diff --git a/jq_img_lazy_load.php b/jq_img_lazy_load.php index d2805f7..e14b434 100644 --- a/jq_img_lazy_load.php +++ b/jq_img_lazy_load.php @@ -4,7 +4,7 @@ Plugin Name: jQuery lazy load plugin Plugin URI: http://github.com/ayn/wp-jquery-lazy-load/ Description: a quick and dirty wordpress plugin to enable image lazy loading. - Version: v0.9 + Version: v0.10 Author: Andrew Ng Author URI: http://blog.andrewng.com */ @@ -23,6 +23,7 @@ function jquery_lazy_load_ready() { echo << jQuery(document).ready(function($){ + if (navigator.platform == "iPad") return; jQuery("img").lazyload({ effect:"fadeIn", placeholder: "$placeholdergif" diff --git a/readme.txt b/readme.txt index 36fab85..2a2c5aa 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: ayn Tags: images, jquery, javascript, optimization Requires at least: 2.8 Tested up to: 2.9.2 -Stable tag: 0.9 +Stable tag: 0.10 add jquery lazy loading to images