- Posts: 11
- Thank you received: 0
How to change the video background? etc.
-
GyBalazs
Inactive member - New Member
Less
More
10 years 5 months ago #40775
by GyBalazs
Replied by GyBalazs on topic How to change the video background? etc.
Guys I really like this template, but I have to find a solution for the followings:
as upload the video it starts to play with sound very nice, but the video format is set to 1280x720 pixels and the object on the video is zooming at full screen (1920x1280) if the browser window
even if I convert our video on another resolution the zoom effect is there, what could be the solution to play the video in full height all the time?
as upload the video it starts to play with sound very nice, but the video format is set to 1280x720 pixels and the object on the video is zooming at full screen (1920x1280) if the browser window
even if I convert our video on another resolution the zoom effect is there, what could be the solution to play the video in full height all the time?
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
10 years 5 months ago #40797
by milos
Replied by milos on topic How to change the video background? etc.
Please send link of your site.
Thanks
Thanks
Please Log in to join the conversation.
-
GyBalazs
Inactive member - New Member
Less
More
- Posts: 11
- Thank you received: 0
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 5 months ago #40802
by ivan.milic
Replied by ivan.milic on topic How to change the video background? etc.
Your site requires login to enter, use "Report To Moderator" to send login info
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 5 months ago #40805
by ivan.milic
Replied by ivan.milic on topic How to change the video background? etc.
In template_css.css (line ~1113):
video {
display: none;
}
replace with:
video {
position:relative;
}
video {
display: none;
}
replace with:
video {
position:relative;
}
The following user(s) said Thank You: GyBalazs
Please Log in to join the conversation.
Time to create page: 0.101 seconds