I'm really pulling my hair out with this one. Hopefully I'm overlooking something obvious!
I've got a page that needs both a Ken Burns effect slider and a Parallax banner (overkill I know, but very specific design requirements!)
I can get the KB and Parallax effects working separately however when I try and do them together I get weird, inconsistent rendering; i.e. very slightly different (but all incorrect) positioning of the parallax section - see below.
I've tried the following to no avail:
Thanks - would really appreciate any ideas!
Incase someone else is having a similar problem my solution was triggering a jQuery resize after a delay using:
function resizeBrowser() {
$(window).trigger('resize');
}
setTimeout( resizeBrowser, 1500);