| Hi,
maybe someone more experienced can also comment here from the forum, but from
what I see, your website loads first thumbnails, which can be located in img
tags with "normal" links. Therefore HTTrack is able to download them.
But when you click on such a thumbnail photo, a JavaScript piece is executed,
which only then starts to get the larger image size from the server.
And this is a situation, because it is JavaScript-controlled action, I am
afraid nothing HTTrack can do about it.
Example from the source code of your Island website:
Thumbnail URL from an img tag:
<https://image.jimcdn.com/app/cms/image/transf/dimension=120x120:mode=crop:format=jpg/path/s39eaefef7b2e0012/image/i4acac4af3fc32a9c/version/1559933912/image.jpg>
And its corresponding larger sized photo URL:
<https://image.jimcdn.com/app/cms/image/transf/none/path/s39eaefef7b2e0012/image/i4acac4af3fc32a9c/version/1559933912/image.jpg>
But this one resides in a data-href tag, which seems not to be crawlable by
HTTrack.
Wondering if anyone else may confirm if such HTMl5 data attributes are
completely out of scope for HTTrack?
But that is my guess.
| |