Feautered Video get not resized as page and stays partially openned

Posted in: Newsmag
Post count: 16

example youtube video stays narrowed and not resıze after artıcle page opens I have been using YouTube featured videos in some articles. It has been perfect with no problems, but now when an article opens, the featured video stays very small, and you can only see the video title.

Post count: 35449

Hello,
It is possible to be some extra plugin interfering and modify the video height, now what can be done is to search to find what is causing the problem, but the faster solution is a custom css that is stronger and is overwriting the current one:
.single-format-video .td-post-template-3 .wpb_video_wrapper iframe{
height: 560px!important;
}

The css can be set in the theme panel > custom code> custom css.
I hope this will help you!

Post count: 16

Thank you it is worked.

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