HTTrack Website Copier
Free software offline browser - FORUM
Subject: Not downloading images in <picture> element
Author: Tarek
Date: 01/09/2018 22:37
 
I'm downloading a website using HTTrack, it's downloading all the content but
it doesn't download images in <source> html <picture> elements

For example

<picture>
    <source srcset="thumb1.png" media="(min-width: 1200px)">
    <source srcset="thumb2.png" media="(min-width: 992px)">
    <source srcset="thumb3.png" media="(min-width: 600px)">
    <source srcset="thumb4.png" media="(min-width: 320px)">

    <img src="img.png" />
</picture>

In the example above, HTTrack downloads the img.png but it doesn't download
the source thumb1.png, thumb2.png, thumb3.png, or thumb4.png

Is there some settings I should enable to download the source elements in the
<picture> elements ?
Thank you.
 
Reply


All articles

Subject Author Date
Not downloading images in <picture> element

01/09/2018 22:37




3

Created with FORUM 2.0.11