Shape 5

Joomla Templates => Velocity - Club => : KYSEAN March 18, 2015, 06:51:27 AM



: ( Resolved ) Changing Video in Mod at s5_Va_1 position
: KYSEAN March 18, 2015, 06:51:27 AM
I'm trying to figure out where I go to change the video out in the mods that are located in the s5_va_1, 2, and 3 position. (OK, I got the video to show by using a new mod to the s5_va_1 position. The only problem is I can';t seem to get the height to change. Width will but height won't? I'm using  the AllVideos plugin if that matters. Thanks, Sean)

Update: I removed in template.css : { height: auto!important; } in the .s5_va_element iframe . seems to work now where I can adjust height of the video in the mod. Do you see any problems doing this? Thanks, Sean


: Re: Changing Video in Mod at s5_Va_1 position
: mikenicoll March 18, 2015, 06:23:50 PM
Hello,

Can you post a URL?


: Re: Changing Video in Mod at s5_Va_1 position
: KYSEAN March 18, 2015, 06:55:13 PM
Hello,

Can you post a URL?

fishmapz.com


: Re: Changing Video in Mod at s5_Va_1 position
: mikenicoll March 19, 2015, 08:15:28 PM
Hello,

You should be able to specify a height like so:

:
.s5_va_element iframe {height: 200px !important;}


: Re: Changing Video in Mod at s5_Va_1 position
: KYSEAN March 19, 2015, 08:22:06 PM
Do you think if I put the code back in and specified the height, that would be better? Thanks!


: Re: Changing Video in Mod at s5_Va_1 position
: mikenicoll March 19, 2015, 08:24:06 PM
Hello,

You can. Generally I just leave it at "auto" unless you need something drastically different so it scales properly within the container on responsive displays.


: Re: Changing Video in Mod at s5_Va_1 position
: KYSEAN March 20, 2015, 07:16:40 AM
Thank you very much for all your help, Sean


: Re: ( Resolved ) Changing Video in Mod at s5_Va_1 position
: mikenicoll March 20, 2015, 07:31:38 PM
NP :)