Img loaded twice
-
Why use img src attr to store img url?
<img src="<?php echo $page->get_image_url("large") ?>" alt="<?php echo $page->get_image_url("large") ?>"/>
Images loaded with page and then loaded again with loader.
Use data-src fix this problem.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Img loaded twice’ is closed to new replies.