• Resolved 1chicagodave

    (@1chicagodave)


    I’m having trouble with excessive layout shift when loading mobile product pages. Especially when one or more of the photos has a portrait aspect ratio. I’m trying to constrain all images to fit within the dimensions of the video player to avoid other issues and awkwardness.

    Here’s a recent mobile page load test with video. https://gtmetrix.com/reports/360degreemachinery.com/km3mHf1n/

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author NikHiL Gadhiya

    (@nikhilgadhiya)

    Hello,

    Can you please add the following CSS in your site and try again.

    @media only screen and (max-width: 768px) {
      /* For mobile phones: */
      .images.nickx_product_images_with_video{
        min-width: 370px;
        min-height: 470px;
      }
    }

    Thank You.

    Plugin Author NikHiL Gadhiya

    (@nikhilgadhiya)

    Hi there,
    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CLS on Mobile’ is closed to new replies.