Preview
Issue #3
- Anvar Jamgirov 🇵🇸
- Yes i see that pages. and i think that , but when i looking for another pages. i found that images but not infographic images. So i couldn't do that method which you send me .
This method may be use-full , but not safely and not identifiable.
In checklist says
If there’s a reliable way to identify them,the IV must add an image link to the full version of the image. If there is no reliable way to identify such images and they are not consistently featured on the website, it is acceptable to leave infographics as ordinary photos.
If you think that , you do inaccuracy. Because in their have such big images , but not infographic image. I think it is not safely way to identify infographic images.
So looking admins decision .
- Type of issue
- IV page is missing essential content
- Reported
- Apr 22, 2019
Since there is many such pages (https://www.crowdfundinsider.com/?s=infographic)
Link to the image should and can be preserved by following conditions:
1) Title contain "(Infographic)"
2) Since size attributes available, using xpath we can query only images where
height / width >= 2 (tall image)
Here is quick example:
@set_attr(href, ./../@href): $body//img[(@height div @width)>2]