FEATURE REQUEST: Lazy load images (especially in Search)

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 10 años
nopCommerce would be more usable if all searched products could be viewed without paging. Lazily loading the product images would facilitate this capability. The reason for paging is because of mainly two things: keeping items on screen or performance. Perfomance issues are usually related to image loading, however with lazy loading images this issue can be overcome. Below is a good jquery plugin for lazily loading images that are not in view yet. This would make searching the store similar to viewing Bing Images where you can scroll indefinitely without the need to page or extra effort clicks by the customer.

http://www.appelsiini.net/projects/lazyload
Hace 10 años
Thanks. But significant part of the sites do not use such functionality. Furthermore, it increases number of HTTP requests. Let's leave it for customization
Hace 10 años
a.m. wrote:
Thanks. But significant part of the sites do not use such functionality. Furthermore, it increases number of HTTP requests. Let's leave it for customization


Okay, thanks Andrei.
Hace 10 años
you can vote for it here -

http://noptemplates.uservoice.com/forums/151226-nop-templates-com-products-feedback/suggestions/3958612-infinity-scroll-plugin
Hace 4 años
I've added this feature on github. Please check this commit.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.