Conflict with rwd/versare theme

Created by Kaylin Nguyen, Modified on Tue, 05 Mar 2019 at 05:29 PM by Kaylin Nguyen

Question:

The loader image is not showing.


Answer:

Add width: 100% !important to module template at pp/design/frontend/base/default/template/bss/lazyload/js/phtml 


<style> img[data-lazy~=lazy] { 
background: url(<?php echo $_helper->getLazyImage() ?>) no-repeat; 
background-size: <?php echo $_helper->getLoadingWidth(); ?>px !important; 
background-position: center; 
width: 100% !important;
   } 
</style>

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article