Embeded video not conforming to specified size.

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Jun 08, 2015 10:38 am
Reply with quote
Report this post
I recently installed News template and I am new to joomla somewhat. I recently installed k2 and got all my articles converted over and linked up. However my embedded videos from youtube keep blowing up to full width of the column, even though the embed string specifically restricts it to a resolution of like 540 x 315. I have also tried using allvideo which has the same effect. How to I make my videos comform to my specific resolutions.

my site is ArcanumLuminarium.com if you want to see what it is doing.

Thanks,

Blake
User avatar
Fresh Boarder

teitbite
Mon Jun 08, 2015 7:24 pm
Reply with quote
Report this post
Hi

Please try to add this to css:

Code: Select all
.fluid-width-video-wrapper {
    max-width: 530px;
}
User avatar
Moderator

GK User
Mon Jun 08, 2015 9:27 pm
Reply with quote
Report this post
that works perfect for width, now how to i adjust the height... Thanks again
User avatar
Fresh Boarder

GK User
Tue Jun 09, 2015 6:30 am
Reply with quote
Report this post
anyone know how to force the height to comply? i have been racking my brain for hours.
User avatar
Fresh Boarder

teitbite
Thu Jun 11, 2015 1:08 pm
Reply with quote
Report this post
Hi

Try this code:

Code: Select all
.fluid-width-video-wrapper {
    max-width: 560px;
    padding-top: 30% !important;
}
User avatar
Moderator


cron