View Single Post
  #949  
Old 05-07-2015, 11:22 PM
 
Freakmode Freakmode is offline
 

X-Adept
  
Join Date: Jun 2003
Location: UK
Posts: 696
 

Default Re: X-Cart - reBOOT - Responsive Template

Wow -cheers Phil
What a difference, it is now so quick to load.


Quote:
Originally Posted by PhilJ
Not advisable, but if you want to, skin/reboot/product_thumbnail.tpl

Replace...

Code:
<img itemprop="image" class="lazy" {if $id ne ''} id="{$id}"{/if} {if !$notlazy} src="{$AltImagesDir}/spacer.gif"{if $image_x ne 0} width="{$image_x}"{/if}{if $image_y ne 0} height="{$image_y}"{/if} data-src="{else}src="{/if}
With...
Code:
<img itemprop="image" {if $id ne ''} id="{$id}"{/if} {if $image_x ne 0} width="{$image_x}" {/if}{if $image_y ne 0} height="{$image_y}" {/if}src="
There'll be lazy loading improvements in v4.
__________________
X-Cart 4.7.12 (Live)
Redux Template
CDSEO
Reply With Quote