HTTrack Website Copier
Free software offline browser - FORUM
Subject: picture tag with source subtags
Author: John
Date: 03/24/2015 21:21
 
I'm using httrack to spider pages with a picture tag with source subtags.  The
content referenced in the source subtag's srcset attributes are not showing up
in by crawled results.

Does httrack recognize the picture/source/srcset? 


<picture>
 			<!--[if IE 9]><video style="display: none;"><![endif]-->
      <source
srcset="/content/dam/Medtronic/US/Citizenship/citizenship-hero1.jpg.CROP.thumbnail.620X413.png"
media="(min-width: 960px)">
      <source
srcset="/content/dam/Medtronic/US/Citizenship/citizenship-hero1.jpg.CROP.thumbnail.480X320.png,
/content/dam/Medtronic/US/Citizenship/citizenship-hero1.jpg.CROP.thumbnail.960X640.png
2x" media="(min-width: 728px)">
      <source
srcset="/content/dam/Medtronic/US/Citizenship/citizenship-hero1.jpg.CROP.thumbnail.320X213.png,
/content/dam/Medtronic/US/Citizenship/citizenship-hero1.jpg.CROP.thumbnail.640X416.png
2x,
/content/dam/Medtronic/US/Citizenship/citizenship-hero1.jpg.CROP.thumbnail.960X640.png
3x" media="(min-width: 320px)">
      <!--[if IE 9]></video><![endif]-->
      <img src=""
srcset="/content/dam/Medtronic/US/Citizenship/citizenship-hero1.jpg.CROP.thumbnail.620X413.png"
alt="Medtronic's Commitment to Sustainability and Citizenship">
</picture>
 
Reply


All articles

Subject Author Date
picture tag with source subtags

03/24/2015 21:21
Re: picture tag with source subtags

06/01/2015 11:52
Re: picture tag with source subtags

01/05/2016 09:09
Re: picture tag with source subtags

06/22/2017 23:41
Re: picture tag with source subtags

09/20/2017 13:05
Re: picture tag with source subtags

06/27/2018 09:33
Re: picture tag with source subtags

03/23/2019 21:41




f

Created with FORUM 2.0.11