diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-08 13:18:24 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-08 13:20:47 -0400 |
| commit | a51abed84e886dd32dc81933cc278bd14a0c6606 (patch) | |
| tree | dd27f27aae67fa8560313650ab3ef112b44ec44f /static/index.html | |
| parent | 1d65cf5458d765bc25610e1f0b41fbf516fb295e (diff) | |
add og:image:width and og:image:height
These are considered a best practice by Facebook and result in the image
appearing properly when shared for the first time. It will also be quite
useful when there are multiple images suited to different sizes.
Diffstat (limited to 'static/index.html')
| -rw-r--r-- | static/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/index.html b/static/index.html index 907cc83b..dd8b8863 100644 --- a/static/index.html +++ b/static/index.html @@ -10,6 +10,8 @@ <meta property="og:description" content="GrapheneOS is a security and privacy focused mobile OS with Android app compatibility."/> <meta property="og:type" content="website"/> <meta property="og:image" content="https://grapheneos.org/graphene.png"/> + <meta property="og:image:width" content="697"/> + <meta property="og:image:height" content="599"/> <meta property="og:image:alt" content="GrapheneOS logo"/> <meta property="og:url" content="https://grapheneos.org/"/> <meta property="og:site_name" content="GrapheneOS"/> |
