Problem with mobile view
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Sun Apr 20, 2014 12:38 am
- Reply with quote
- Report this post
Hi!
Please take a look: www.theblizzards.de
In the mobile view the picture with the guitar has black bars at the beginning and at the end.
I've chosen the same size as sample picture. Where's the problem?
Thanks!
Please take a look: www.theblizzards.de
In the mobile view the picture with the guitar has black bars at the beginning and at the end.
I've chosen the same size as sample picture. Where's the problem?
Thanks!
-
- Junior Boarder
- teitbite
- Mon Apr 21, 2014 10:16 am
- Reply with quote
- Report this post
Hi
Please try add this to tablet.css:
Please try add this to tablet.css:
- Code: Select all
.frontpage.dark-bottom #gkDarkBottom {
background-size: auto 100%;
}
-
- Moderator
- GK User
- Tue Apr 22, 2014 9:32 pm
- Reply with quote
- Report this post
Thank you for your answer! It works but the resolution of the picture isn't nice any longer... another solution?
-
- Junior Boarder
- teitbite
- Thu Apr 24, 2014 1:15 pm
- Reply with quote
- Report this post
Hi
That's because mobile and tablet has it's own sizes of images with guitar. Please replace them with a bigger ones.
http://www.theblizzards.de/templates/gk ... mobile.jpg
or use the image from a widther layouts with this code:
at the end of mobile.css file.
That's because mobile and tablet has it's own sizes of images with guitar. Please replace them with a bigger ones.
http://www.theblizzards.de/templates/gk ... mobile.jpg
or use the image from a widther layouts with this code:
- Code: Select all
.frontpage.dark-bottom #gkDarkBottom {
background-image: url("../images/common/dark_bottom_bg_tablet.jpg") !important;
background-size: auto 100%;
}
at the end of mobile.css file.
-
- Moderator
4 posts
• Page 1 of 1