How to fetch properly my videos on mobiles?

Home Forums Exceptiona Theme Support How to fetch properly my videos on mobiles?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #105552
    Lety GarciaLety Garcia
    Participant
    • Topics: 18
    • Replies: 23
    • Total: 41
    Member since: September 28, 2015

    Hi there,
    My website displays very well in both versions: desktop and mobile.
    However, now that I uploaded some videos (embedded from youtube), the videos are not fetching properly to the mobile version (they are a bit wider).

    Here is one example:
    http://joyfulprofits.accountant/switching-to-accounting-is-easy/

    How to fix this problem in order to that the videos display in the proper size of mobiles?

    Thanks!

    #105589
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    @media screen and (max-width:479px) {
    iframe { width:100%;}
    }

    Regards,
    Dave

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.