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
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
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….
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…. 🙂
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
