Youtube videos not showing large

Home Forums Gillion Theme Youtube videos not showing large

Home Forums Gillion Theme Youtube videos not showing large

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    RESOLVED Posts
  • shootthepianoplayer
    Participant

    Hi,

     

    Youtube videos are no longer showing on Gillion in fullsize. I used to have them all in their largest size, now they’re tiny and not centered.

     

    Please let me know the CSS to sort this out? Thanks.

    Examples here:

     

    https://filmlifestyle.com/content-marketing/

     

    https://filmlifestyle.com/starting-a-production-company/

    Hi @shootthepianoplayer,

     

    I hope you are well today and thank you for your question.

     

    I can see that the youtube iFrame that you have embedded in that page has a smaller width so please increase the ifrmae width to display full width videos.

     

    Best regards,
    Shufflehound team

    shootthepianoplayer
    Participant

    Hi,

     

    I’m adding the Youtube videos via copy & pasting the Youtube URL directly into WordPress.

     

    This is the way I’ve always done it and they always came up in full size. But now the theme is making them small.

     

    So I’m not sure what you mean about iframe, as I’m just copying these URLs into the WordPress post page.

    The theme is not making any changes on it and I am not sure why it was displaying the full width for you previously.

     

    What I meant, you can adjust its width as described in the below page.

     

    https://www.ostraining.com/blog/wordpress/video-size/

    shootthepianoplayer
    Participant

    I have thousands of embedded videos on the site. So changing each individual one is not an option – especially when this issue could just happen again!

     

    My point is, all of the videos on my site were showing large before. Since updating the Gillion theme, they’re not.

     

    I’ve not changed anything else.

    Solution for this topic

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #content iframe {
        width: 100%;
        height: 400px;
    }

    shootthepianoplayer
    Participant

    Thanks for that. Resolved now.

    You are most welcome here 🙂

Viewing 8 posts - 1 through 8 (of 8 total)