- Posts: 78
- Thank you received: 0
Wrong size on mobile display
-
Giorjoom
Active member - Topic Author
- Member
Less
More
9 years 11 months ago #43733
by Giorjoom
Wrong size on mobile display was created by Giorjoom
Hot Rain Template uses an image (video.jpg) sized 1280x720 pix. Both on Android and Iphone is not dispalyed properly. Is there a plugin, a javascript or a php/css solution to make it work right on any display?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 11 months ago #43738
by ivan.milic
Replied by ivan.milic on topic Wrong size on mobile display
What is problem you get on such devices?
Please Log in to join the conversation.
-
Giorjoom
Active member - Topic Author
- Member
Less
More
- Posts: 78
- Thank you received: 0
9 years 11 months ago #43742
by Giorjoom
Replied by Giorjoom on topic Wrong size on mobile display
The still image is cropped rather being resized.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 11 months ago #43747
by ivan.milic
Replied by ivan.milic on topic Wrong size on mobile display
Send link
Please Log in to join the conversation.
-
Giorjoom
Active member - Topic Author
- Member
Less
More
- Posts: 78
- Thank you received: 0
9 years 11 months ago #43765
by Giorjoom
Replied by Giorjoom on topic Wrong size on mobile display
maremoto.org It is okay on screens >1280 but looks bad on android and other small displays.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 11 months ago #43781
by ivan.milic
Replied by ivan.milic on topic Wrong size on mobile display
Add this to template_css.css at bottom:
div#videobg{
background-size: cover;
background-position: center center;
}
video#bgvid{
height: auto!important;
}
div#videobg{
background-size: cover;
background-position: center center;
}
video#bgvid{
height: auto!important;
}
The following user(s) said Thank You: Giorjoom
Please Log in to join the conversation.
Time to create page: 0.134 seconds