I was wondering if you could give me any input on why this would happen:
I did try using waveWidth: '100%', but only extending width helps. My workaround was to return $(window).width() + 100; and just hide the overflow of the parent div.
Besides that, I haven't used any particular waves configurations and by playing around with those I couldn't achieve any progess.
I was wondering if you could give me any input on why this would happen:
I did try using
waveWidth: '100%'
, but only extendingwidth
helps. My workaround was toreturn $(window).width() + 100;
and just hide the overflow of the parent div.Besides that, I haven't used any particular waves configurations and by playing around with those I couldn't achieve any progess.
Issue persists in Safari, Chrome & Firefox.