File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4343 '}' +
4444 '</style>' ) . appendTo ( 'head' ) ;
4545 // Ensure .magnify is rendered
46- $ ( window ) . load ( function ( ) {
46+ $ ( window ) . on ( 'load' , function ( ) {
4747 $ ( 'body' ) . append ( '<div class="magnify-mobile"><div class="lens-mobile"></div></div>' ) ;
4848 var $lensMobile = $ ( '.lens-mobile' ) ;
4949 // Only enable mobile zoom on smartphones
Original file line number Diff line number Diff line change 11/*!
2- * jQuery Magnify Plugin v1.6.18 by T. H. Doan (http://thdoan.github.io/magnify/)
2+ * jQuery Magnify Plugin v1.6.19 by T. H. Doan (http://thdoan.github.io/magnify/)
33 * Based on http://thecodeplayer.com/walkthrough/magnifying-glass-for-images-using-jquery-and-css3
44 *
55 * jQuery Magnify by T. H. Doan is licensed under the MIT License.
You can’t perform that action at this time.
0 commit comments