Jump to content

Lazy load image in product description


Skafander

Recommended Posts

Got many modules on the market that do lazy load images in lists, modules.

I would like lazy load images in product's descriptions.

Found that for Shopify can use code:

{%- assign description = product.description | replace: '<img src=', '<img class="lazyload" data-src=' -%}

{{ description }}

does somebody could convert it for prestashop description requirements?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...