J
JackieChun
Guest
If you upload the open graph image via the admin panel but intentionally don't upload the "icon" or "large icon" images (these should be named more accurately btw), XenForo automatically uses your og image as apple-touch-icon. Here's the output I'm seeing:
Code:
This is unwanted behavior because the open graph image specs (and purpose) are totally different from Apple or Android icons. Og uses the 1.91:1 ratio while the...
Read more
Continue reading...
Code:
<link rel="apple-touch-icon" href="/img/og.webp" />
This is unwanted behavior because the open graph image specs (and purpose) are totally different from Apple or Android icons. Og uses the 1.91:1 ratio while the...
Read more
Continue reading...