jQuery: lazy load with carouFredSel plugin
问题 I'm trying to implement a lazy load for images that are inside a carousel created with the carouFredSel jQuery plugin. Do you have any advice or have you already achieved something similar? It seems that it can't do it by default. 回答1: @Stefano- what have you tried so far? (Show some code if you can). It will help us see exactly whats going on. As a rule of thumb with lazy loading, make sure you put a place holder image as the src in your html like: src="img/grey.gif" . This image can be