File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44 Plugin Name: jQuery lazy load plugin
55 Plugin URI: http://github.com/ayn/wp-jquery-lazy-load/
66 Description: a quick and dirty wordpress plugin to enable image lazy loading.
7- Version: v0.12
7+ Version: v0.13
88 Author: Andrew Ng
99 Author URI: http://blog.andrewng.com
1010 */
@@ -24,7 +24,7 @@ function jquery_lazy_load_ready() {
2424<script type="text/javascript">
2525jQuery(document).ready(function($){
2626 if (navigator.platform == "iPad") return;
27- jQuery(".post img").not(".cycle img").lazyload({
27+ jQuery("img").not(".cycle img").lazyload({
2828 effect:"fadeIn",
2929 placeholder: " $ placeholdergif"
3030 });
You can’t perform that action at this time.
0 commit comments