Youtube Homepage Video not RESPONSIVE

Discussion in 'Appointway WordPress Theme' started by dlman1999, May 6, 2014.

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

    dlman1999 Guest

    Joined:
    Apr 22, 2014
    Messages:
    19
    Likes Received:
    0
    Embedded Youtube video in home page slider and now the home page is not responsive.

    Here is a link to review http://daycareed.com/
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Just edit the embed code of video and make its width 100%, This will solve your issue.


    Thanks & Regards
    Gourav Shrivastava
     
  3. dlman1999

    dlman1999 Guest

    Joined:
    Apr 22, 2014
    Messages:
    19
    Likes Received:
    0

    Attached Files:

    • dc1.png
      dc1.png
      File size:
      321 KB
      Views:
      3
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    @media only screen and (max-width: 480px){
    iframe {
    height: 100%;
    }
    } 

    Thanks & Regards
    Gourav Shrivastava
     
  5. dlman1999

    dlman1999 Guest

    Joined:
    Apr 22, 2014
    Messages:
    19
    Likes Received:
    0
    Yeah that did it!!!!!

    This issue is resolved!

    Great job Gourav!
     

    Attached Files:

Thread Status:
Not open for further replies.

Share This Page