Okay
  Public Ticket #813707
Youtube link and image posted on product description
Closed

Comments

  • Komsit started the conversation

    Hi,

    I inserted youtube link and lookbook images to product description in "product page". It worked fine and look nice on a laptop. However, when I tried it on mobile site, it was not presented in a responsive way. The youtube and images can only be seen just a little. 

    Please help me make it responsive

  • [deleted] replied

    Hi Komsit,

    Can you please add the code below to Custom CSS

    #tab-description iframe {
        max-width: 100% !important;
    }
    


    We will add this fix on the next theme update too, so when you update theme to the version 2.9.3 you can remove this CSS code :)

  • Komsit replied

    thank you so much now youtube link works perfectly now. However, it images are still not responsive. Any recommendation?

  • [deleted] replied

    Hi Komsit,

    Gad to hear that.

    Just add the code below to Custom CSS:

    body.single-product .tab-content img {
    max-width: 100% !important;
    height: auto !important;
    }
  • Komsit replied

    it works now hoorah

    Thank you so much :)

  • [deleted] replied

    Glad to hear that :)