If you click on the large image (see link in private content), it opens in lightbox, but you will notice a shift of the background also. Happens in Firefox, Chrome and IE.
I narrowed it down to the jquery.magnific-popup.js file:
if( mfp.st.fixedBgPos === false || (mfp.st.fixedBgPos === ‘auto’ && !mfp.fixedContentPos) ) {
mfp.bgOverlay.css({
height: _document.height(),
position: ‘absolute’
});
If I remove the “position: ‘absolute'”, the issue is resolved.
Thoughts? I was thinking it was something in my Quick css field, but when I remove those, it still occurs.
Hi lssu,
I couldn’t see any shift in the background on my end using Chrome, I’m guessing you have the edit you mentioned active?
Best regards,
Rikard
You are correct, the issue is gone and I didn’t fix anything. Probably just my computer (restarted it)… nothing to see, carry on :)
(Thanks!)