By Peter Reinold on Saturday, 02 November 2013
Posted in Technical Issues
Replies 4
Likes 0
Views 824
Votes 0
Hi guys,


i just extended my subscription and also updated to the latest version of easyblog.


Now my youtube vides are not resizing anymore to my responsive template. I dont know if any other video codecs are affected too. Just revealed the youtube issue, which is the biggest issue for me, since i use youtube a lot on my blog.

can you have a look at this please...
Hello Peter,

I just tested this in my test site and the responsive for videos is working fine. May i have your backend and FTP access to check this out? Please advice.

Thanks!
·
Saturday, 02 November 2013 13:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Peter,

Ah Just thought of a thing you can try, could you add the following CSS codes to your custom css file and try again
.video-container {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

Hope this helps.

Thanks!
·
Saturday, 02 November 2013 13:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Adelene,

this seems to work so far.. Thanks for the great support.

Peter
·
Saturday, 02 November 2013 18:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Peter,

You're welcome, glad to heard your issues resolved.


Best Regards
Arlex
·
Saturday, 02 November 2013 21:21
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post