The Instant View Editor uses a three-column layout, so you really want to use it on a desktop screen that's wide enough. Sorry for the inconvenience.

Back to the main page »

Original

Preview

Link Preview

Issue #1

This gallery contains 64 images. You template only gets 6 of them.
Accepted by admin
Bedilbek Khamidov
if some part is cut(https://pastebin.com/X86DJD9u)
admin, before submitting issue, I guess you have to walk-through whole website article elements, and then decide whether to give issue or not.

I will give you the steps, on how i could not find all the images:
1. I made xpath search over the article on images and found only 35 images overall
2. I made search on javascript elements of the article to search for json or xml sources of images, but unfortunately, there were not traces of that
3. Then i thought, may be it is related to asynchronous request, so I clicked on the gallery and started tracking network packets. Finally i could find the path of the 64 images that you have said:
https://www.zmones.lt/ajax/gallery/e5ac397a-94c9-11e8-9f90-aa000054c883
All images meta data is asynchronously received as json file from the above link. And you were right there were exactly 64 images with descriptions and dimension and all image related data.

Is it possible to make XHR request with IV, isn't it only for parsing
Accepted by admin
Yes, it is possible. To create a gallery you need to use @inline and @json_to_xml and then work with the extracted data. See:
https://instantview.telegram.org/docs#inline
https://instantview.telegram.org/docs#json-to-xml
Type of issue
IV page is missing essential content
Reported
Feb 13, 2019