akv2 / MaxImage

The first jQuery plugin to use jQuery Cycle plugin as a fullscreen background slideshow.
http://www.aaronvanderzwan.com/maximage/2.0/
407 stars 219 forks source link

Utils.sizes().h doesnt work anymore #23

Closed pushpinderbagga closed 10 years ago

pushpinderbagga commented 10 years ago

Hey mate, the maximage implementation I did suddenly stopped working and the issue I found was with the Utils.sizes().h not giving a value when it was set in the data of the $.Window variable.

Any clues why that is happening? And also the possible reason of using the Utils.sizes().h instead of $(window).height() etc?

Cheers!

pushpinderbagga commented 10 years ago

This was caused due to multiple maximage's being triggered on the same page - we gotta find a way to implement multiple versions of the same page...