Help stretching youtube video
Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
- GK User
- Wed Jan 25, 2017 2:42 pm
Hi,
any gurus here that can help me stretch the headers video to full width?
url: http://mnt.mk/
Thanks,
Gorast
any gurus here that can help me stretch the headers video to full width?
url: http://mnt.mk/
Thanks,
Gorast
-
- Platinum Boarder
- teitbite
- Fri Jan 27, 2017 2:51 pm
Hi
Try adding this to override.css:
what screen width are You watching it on ? Looks fine for me already.
Try adding this to override.css:
- Code: Select all
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video {
height: auto !important;
width: 100% !important;
}
what screen width are You watching it on ? Looks fine for me already.
-
- Moderator
- GK User
- Sun Feb 05, 2017 10:46 pm
Nope. Not working. It works if you add with dev tools after the page is fully loaded. In .css file dont work.
-
- Platinum Boarder
- teitbite
- Wed Feb 08, 2017 2:17 pm
Hi
I'm afraid it worked. Iframe has been resized to occupy 100% of header. Unfortunately problem is with the video loaded inside this iframe, so it will not be possible to resize it without an access to the page it is pointing to ;/
Is there an option in this slider to change the height of visible area ? This may force video os show bigger after resizing to 100% of height.
I'm afraid it worked. Iframe has been resized to occupy 100% of header. Unfortunately problem is with the video loaded inside this iframe, so it will not be possible to resize it without an access to the page it is pointing to ;/
Is there an option in this slider to change the height of visible area ? This may force video os show bigger after resizing to 100% of height.
-
- Moderator
- GK User
- Wed Feb 08, 2017 4:59 pm
Tetbite, my man, you are a genius D
Here is the code that worked for me
Thanks,
Gorast
Here is the code that worked for me
- Code: Select all
.tp-caption.fullscreenvideo iframe, .tp-caption.fullscreenvideo iframe video {
height: 155% !important;
margin-top: -10%;
width: 100% !important;
}
Thanks,
Gorast
-
- Platinum Boarder
- teitbite
- Mon Feb 13, 2017 12:26 pm
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
-
- Moderator
6 posts
• Page 1 of 1