Hi,
I embedd videos in my articles and want them to fit also into the responsive layout. When I set the video-player to a fixed width and hight, which looks good for the desktop-browser, the video-player appears too large in the mobile layout. The support of the video-player suggested to fix that with specific entries of the player-sizes in the mobile/templates.css. So for testing I did entries of the original video-size in template/tablet.css and this entry in mobile.css:
.jwplayer{width: 256px; height: 144px;}
But now the video doesn't show up on my mobile website anymore (iphone) - although it's embedded. This means that the player doesn't show up, but when I click on the place where it should be, the video starts playing.
Here's a link of the site.
So I have some questions:
1) What would be the perfect way to fit embedded videos into resonsive Layout?
2) Is it possible to do this with the override.css, so I can leave the original csses untouched?
3) I'd like to embedd the video into the "Media-Field", but on the frontend it's displayed at the end of the article. How is it possible to change the position of the "Media-Field" in the article?
Thanks and best regards,
mb