|
@ -390,12 +390,8 @@ $.fn.sticky = function(parameters) { |
|
|
}, |
|
|
}, |
|
|
size: function() { |
|
|
size: function() { |
|
|
if(module.cache.element.height !== 0 && module.cache.element.width !== 0) { |
|
|
if(module.cache.element.height !== 0 && module.cache.element.width !== 0) { |
|
|
$module |
|
|
|
|
|
.css({ |
|
|
|
|
|
width : module.cache.element.width, |
|
|
|
|
|
height : module.cache.element.height |
|
|
|
|
|
}) |
|
|
|
|
|
; |
|
|
|
|
|
|
|
|
$module.get(0).style.setProperty('width', module.cache.element.width + 'px', 'important'); |
|
|
|
|
|
$module.get(0).style.setProperty('height', module.cache.element.height + 'px', 'important'); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
@ -882,4 +878,4 @@ $.fn.sticky.settings = { |
|
|
|
|
|
|
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
})( jQuery, window , document ); |
|
|
|
|
|
|
|
|
})( jQuery, window , document ); |