elementor / static-html-output

Static HTML Output Plugin for WordPress
https://statichtmloutput.com
The Unlicense
125 stars 35 forks source link

Missing image with lazy loading #121

Open thegulshankumar opened 4 years ago

thegulshankumar commented 4 years ago

To repro, please use this lazy load plugin

<div class="inside-article">
    <div class="featured-image  page-header-image-single">
      <img width="700" height="350" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" class="attachment-medium_large size-medium_large" alt="CBSE Class 7 Study Materials" itemprop="image" sizes="(max-width: 700px) 100vw, 700px" data-loading="lazy" data-src="https://example.com/wp-content/uploads/2020/05/CBSE-Class-7-Study-Materials.jpg" data-srcset="https://example.com/wp-content/uploads/2020/05/CBSE-Class-7-Study-Materials.jpg 700w, https://example.com/wp-content/uploads/2020/05/CBSE-Class-7-Study-Materials-300x150.jpg 300w" />
    </div>

image