Skafander Posted December 22, 2019 Share Posted December 22, 2019 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now