Preview
Issue #1
- Vladislav
- 1. I don't set these images url, this is IV 2.1 parser, which itself gets the best image from srcset.
2. Geting url for image from other meta tag is not best practise, it is not reliable.
3. Similar issue from me has already been rejected
https://instantview.telegram.org/contest/irishtechnews.ie/template13/issue1/
- Type of issue
- IV page is missing essential content
- Reported
- Mar 22, 2019
srcset is broken for cover since they all have some values, so you have to handle yourself.
You might wonder if it's safe to remove -400x300 from image url, actually they store the full cover image path in this //meta[property="og:image:secure_url"], so it should be safe to use. I've been using it for a long time and we don't find any issues regarding it yet.