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/usage.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/usage.html')
| -rw-r--r-- | static/usage.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/usage.html b/static/usage.html index e9201a3f..81cfb295 100644 --- a/static/usage.html +++ b/static/usage.html @@ -10,6 +10,8 @@ <meta property="og:description" content="Usage instructions for GrapheneOS, 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/usage"/> <meta property="og:site_name" content="GrapheneOS"/> |
