plax icon indicating copy to clipboard operation
plax copied to clipboard

JQuery powered parallaxing

Results 18 plax issues
Sort by recently updated
recently updated
newest added

Hello, First of all, thanks so much for this awesome plugin. *(Im really sad about the support ending)*. This is not realy an issue but I have try to run...

Hello thanks for this plugin! I have an issue with plax 1.4.1 who doesn't work in chrome, I have an error line 262: "if (!inViewport(layers[0].obj[0].parentNode)) return;" it works well with...

That is in case you implement this: https://github.com/cameronmcefee/plax/issues/66#issuecomment-119740283 Or you could execute the script using ``` javascript $( document ).ready() ``` in plax.js itself, which might be even better. Your...

The disable function seems to use the window as the mouse movement listener. I have changed this to: ``` disable: function(opts){ plaxActivityTarget.unbind('mousemove.plax'); ... ``` This seems to work with my...

Before I dive in - just wanted to say thank you for an excellent plugin. Discovered something which may be useful to others and is possibly an issue with browser...

Such as ``` HTML ``` ``` JavaScript var layers = $('.js-plaxify') $(document).ready(function () { $.plax.enable() }) ``` It's does not work. I find "inViewport" is wrong, When elements in the...

Is anybody else having this issue? Plax works perfect on Chrome, Safari, even IE9 works fine. To be more specific, it just sluggish hard on Firefox for Mac. On Windows...

I have 6 diffrent div, every div has 4 png. this divs in a slider. when slider init I'm enabling plax on number 1 div. when I slide to another...

Hi, I'm trying to use plax (4 image, sizes 1778x720 png) but only chrome and safari cant handle plax effect. its very slow. is it coused by plugin or spesific...

So I have set up two zones #one & #two to use plax in. It seems that plax #one has control of both zones. Here is my setup, am I...