Mobile View - Videos

Discussion in 'ColorWay WordPress Theme' started by rdeshazer, Jan 29, 2015.

Thread Status:
Not open for further replies.
  1. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    I have two videos, the alignment is off while view it via a mobile device. This extend outside the viewing frame on both vertical and horizontal views.

    www.irgfirm.com/videos

    R
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    p iframe {
      width: 100%;
      height: auto;
    }
    Thanks & Regards
    Pramod
     
  3. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    Fix..thx.
     
Thread Status:
Not open for further replies.

Share This Page