Videos are not resize with K2

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
Fri Feb 01, 2013 2:23 pm
Reply with quote
Report this post
Hi everyone,

I would create a video page with K2 component,
like I did with the Gavick Musicity Template (J2.5) : http://www.escuelasalsa.net/index.php/les-videos

But with this template (Game News J3.0), videos are not resize, you can see here : http://new.festivalcinetele.com/videos

How to do it for correctly videos resize ?
I have the same parameters in both websites

If someone can help me please,

Thank You

Mk
User avatar
Junior Boarder

teitbite
Fri Feb 01, 2013 7:27 pm
Reply with quote
Report this post
Hi

You are using iframe with a configured width. Please try adding this code to css, but I'm not sure if this method can be done responsible.

Code: Select all
.itemVideoEmbedded iframe {
width: 100% !important;
height: 300px !important;
}
User avatar
Moderator

GK User
Sat Feb 02, 2013 3:11 pm
Reply with quote
Report this post
Hi Teitbite,

This is perfect, this is exactly what I want !!

I tested with an ipad, and it is good

Thank you very much !

Mk
User avatar
Junior Boarder


cron