Skip to content

Commit 6e3353d

Browse files
Added og:image width height
1 parent 2d63ae0 commit 6e3353d

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

about.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
property="og:image"
4040
content="https://raw.githubusercontent.com/TutorialsAndroid/video-squash-pro/refs/heads/main/assets/og-image.png"
4141
/>
42+
<meta property="og:image:width" content="1200" />
43+
<meta property="og:image:height" content="630" />
4244

4345
<!-- Twitter -->
4446
<meta name="twitter:card" content="summary_large_image" />

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
property="og:image"
3838
content="https://raw.githubusercontent.com/TutorialsAndroid/video-squash-pro/refs/heads/main/assets/og-image.png"
3939
/>
40+
<meta property="og:image:width" content="1200" />
41+
<meta property="og:image:height" content="630" />
4042

4143
<!-- Twitter -->
4244
<meta name="twitter:card" content="summary_large_image" />

0 commit comments

Comments
 (0)