Videos On page not shown normal on Tap Menu

Posted in: Newspaper
Post count: 47

Hello guys,

please can you help why the Videos are not shown normal here:
http://www.urban.dog/entertainment/tv-kino/snoopys-neues-abenteuer-in-die-peanuts-der-film/#1461568458635-a38daa57-3fdf

Thanks Sylvester

Post count: 20685

Hi,

This is happening because you have a height set in the iframe, overwriting the default height – http://screencast.com/t/ZXyNUMrz9XtN
You must remove it to allow the videos to be displayed normally – http://screencast.com/t/wb1WoSWub12

Thanks

Post count: 47

Hello Simon I have not changed the height set in the iframe, seems its autmatically by the tabs?
Where can i change it in the backend: https://www.screencast.com/t/eBkC2F3QUY

For me seems to be a bug in the theme….

Post count: 47

Here is a new page http://www.urban.dog/entertainment/tv-kino/disney-vaiana-das-paradies-hat-einen-haken/
Looks good on mobile but not on desktop version….

Please need help as it is live…. 🙂

Post count: 20685

Hi,

Unfortunately after further investigations it seems that when you add a Videoplayer element in a Tab in Visual Composer, it doesn’t display the iframe properly. You should think of another way of implementation. You can try this code that offers a quick fix, until you manage to make some changes in your design.Enter the code in Theme Panel->Custom Css and please let me know if this works for you

@media (min-width: 1140px) {
.wpb_wrapper iframe {
height: 360px!important;
}
}

Thanks

Post count: 47

WORKS thank you.
Wish you a merry christmas….

Post count: 20685

Hi,

Glad to hear it, I wish you a Merry Christmas and a Happy New Year!

Thank you

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