♥frankl 286 Posted June 12, 2017 Lazy load images to conserve bandwidth and make site faster for mobile, tablet, and desktop users. Just upload (won't overwrite any core files) and turn on header tag. Tested on 2.3.4BS but should work with previous versions. Any problems please post here. https://apps.oscommerce.com/X86EM&lazy-load-images 1 burt reacted to this osCommerce user since 2003! Share this post Link to post Share on other sites
♥DAVID3733 9 Posted December 10, 2018 Hi There Installed on 2.3.4bs gold For the most seems to work well Problem with store logo, seems to try to lazy load that which is not needed and also the language flags in the NAV bar which are no longer view-able, this seems to be what calls them echo '<li><a href="' . tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('language', 'currency')), $request_type, true, true, $key) . '">' . tep_image(DIR_WS_LANGUAGES . $value['directory'] . '/images/' . $value['image'], $value['name'], NULL, NULL, NULL, false) . '</a></li>'; Tried to make the flags just text to get round it as they take up valuable down load time anyway but haven't worked that out yet without breaking it regards David Share this post Link to post Share on other sites