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
User avatar
Platinum Boarder

teitbite
Fri Jan 27, 2017 2:51 pm
Hi

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.
User avatar
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.
User avatar
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.
User avatar
Moderator

GK User
Wed Feb 08, 2017 4:59 pm
Tetbite, my man, you are a genius :DD

Here is the code that worked for me :D

Code: Select all
.tp-caption.fullscreenvideo iframe, .tp-caption.fullscreenvideo iframe video {
  height: 155% !important;
  margin-top: -10%;
  width: 100% !important;
}


Thanks,
Gorast
User avatar
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
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.