Problems with video embed within accordion

Posted in: Newspaper
Post count: 14

Hi, I need to insert videos within an accordion structure. When I do this using either the video shortcode or the vimeo embed code, it looks fine within the setup page but when published it gets shrunk down to a thin line.

see here: http://wellnessatwork.com.au/wp-content/uploads/2017/06/Video-embed-screenshot-200617.png

I’m assuming that the css is overriding it but am unsure how to fix it. Can you please help? I need to publish this tomorrow.

Thank you!

Post count: 20688

Hi,

The Accordion element may not be suited for what you are trying to achieve. The same thing happens for me as well
https://www.screencast.com/t/zIuMRidtN
Also the Tabs element is known to cause issues with videos. You could try this code and see if this fixes the issue, just enter it in Theme Panel->Custom Css. Clear any caching installed after you enter the code.

.vc_tta-accordion iframe {
height: 100%!important;
}

Thanks

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