Problem with mobile view

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.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!
User avatar
Junior Boarder

teitbite
Mon Apr 21, 2014 10:16 am
Reply with quote
Report this post
Hi

Please try add this to tablet.css:

Code: Select all
.frontpage.dark-bottom #gkDarkBottom {
    background-size: auto 100%;
}
User avatar
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?
User avatar
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:

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


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