Hi,
I have the problem that the image I am interested in for a single product opens in a modal window, does anyone have any ideas?
I tried with "Element click" but something doesn't work. :o/
Hi,
The following process should be applied:
- Open the large image
- Right-click -> Inspect
- Copy the image URL, for instance https://dar.bticino.it/asset/Pictures/lg/BTI_AM4803BBN.jpg
- Return to the product page and do the same for the regular image.
- If you compare both URLs, you will see that only the following part is different
/md/
and/lg/
- This means that it is sufficient to scrape the small images and use find and replace in the output file to replace
/md/
with/lg/
to get the large image URLs.
Hope this helps.