- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 18,755
- راهحلها
- 27
- پسندها
- 3,251
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
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...
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...