Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #612078

    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.

    #612398

    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

    #612737

    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!)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Issue with background shifting in Avia Lightbox’ is closed to new replies.