Issue with cloud template.

Posted in: Newspaper
Post count: 152

Hi,
Before the auto load feature we were not using cloud templates. But since auto load does not work on your regular templates, we went ahead and chose a global single post cloud template.
However, now that we chose one, our video articles have gone for a toss.

https://www.gadgetbridge.com/videos/video-ces-2019-top-announcements-from-the-worlds-biggest-tech-show/

We tried changing the template to default:
https://www.gadgetbridge.com/news/are-these-better-than-apple-airpods-unboxing-initial-impressions-of-the-tiktronix-true-wireless-earbuds/

And to another template via the posts setting in the article too
https://www.gadgetbridge.com/news/are-these-better-than-apple-airpods-unboxing-initial-impressions-of-the-tiktronix-true-wireless-earbuds/

But all of them makes the video aspect ratio weird.

How do we solve this issue?

Post count: 20687

Hi,

From what I can see all the video iframes have a fixed 600px width
http://prntscr.com/mkgofn
http://prntscr.com/mkgomn

They should be like this – http://prntscr.com/mkgp2w as set by the theme.

Could be caused by a plugin or maybe minification or optimization plugins. The video iframe could be forced to 100% width with some CSS – http://prntscr.com/mkgqou

.wpb_video_wrapper iframe {
width:100%!important;
}

This shouldn’t cause any problems, as this is how they are supposed to be.

Thanks

Post count: 152

Thanks, where should we add this code to?

Post count: 20687

Add it in the custom CSS section of the theme panel, it should fix this unusual situation.

Post count: 152

Super thanks that worked like a charm!

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.