Youtube videos resize issue

Posted in: Newspaper
Post count: 19

Hi,

Do you know what is causing the video issue?
https://mixmashmosh.com/music/rock-metal/overqualified-drummer/

All videos used to resize correctly across different viewpoints.
Any help appreciated.

Thanks
Stu

Post count: 20688

Hi,

Seems the width of the video iframe is not occupying the full size that is available. From what I can see this could be caused by a plugin
https://www.screencast.com/t/DAW00Rldl
That plugin has CSS for iframes which overrides the theme CSS it seems. If possible try as a quick test to deactivate it to see if that is the case.

I could give you a code to force the video to be as it should, enter it in the custom CSS code of the theme panel and check the results

.td-post-featured-video iframe {
width: 100%;
}

Thanks

Post count: 19

Thank you! The CSS work fine 🙂
Thanks again for the great support!
Stu

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.