- Posts: 5
COMMUNITY FORUM
Can't adjust height in a module?
- KYsean
-
Topic Author
- Offline
- New Member
Less
More
10 years 1 month ago #142190
by KYsean
Can't adjust height in a module? was created by KYsean
No problem getting the youtube video to show or adjust width but for some reason, I can't seem to adjust the height no matter what numbers I put in? Any help would be greatly appreciated. Site is still being built but you can see the video at fishmapz.com, right hand side with the title: Yellow tail. Thanks, Sean
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 1 month ago #142195
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Can't adjust height in a module?
Hello,
The shortcode for AllVideos is built like this:
{format/provider}filenameORvideoID|width|height|autoplay{/format/provider}
The shortcode for AllVideos is built like this:
{format/provider}filenameORvideoID|width|height|autoplay{/format/provider}
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- KYsean
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 5
10 years 1 month ago - 10 years 1 month ago #142198
by KYsean
Replied by KYsean on topic Can't adjust height in a module?
My code is {youtube}www.youtube.com/watch?v=RLsltXdFFoY&feature=em-upload_owner|300|400|0{/youtube} Is this correct?
Last edit: 10 years 1 month ago by KYsean. Reason: Showing code
Please Log in or Create an account to join the conversation.
- KYsean
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 5
10 years 1 month ago - 10 years 1 month ago #142199
by KYsean
Replied by KYsean on topic Can't adjust height in a module?
I can't seem to show you the code with out the video showing up? In the mod on the website, the video shows up with much less height than the previous post?
Last edit: 10 years 1 month ago by KYsean.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 1 month ago #142201
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Can't adjust height in a module?
You made your point clear :)
This is a conflict with the template you are using.
The template's dev is using !important in their stylesheet which overriding all other styles.
This line of code in template.css is causing the issue:
.s5_va_element iframe { height: auto!important; }
Remove the height: auto!important; part.
This is a conflict with the template you are using.
The template's dev is using !important in their stylesheet which overriding all other styles.
This line of code in template.css is causing the issue:
.s5_va_element iframe { height: auto!important; }
Remove the height: auto!important; part.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- KYsean
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 5
10 years 1 month ago #142202
by KYsean
Replied by KYsean on topic Can't adjust height in a module?
Thank you so much for your help and quick response time ! Sean
Please Log in or Create an account to join the conversation.