Picture don't fits in mobile device

Free Joomla module to create slideshow on your website which includes different data like part of articles or text defined by user.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Fri Mar 21, 2014 9:46 am
When i use my smartphone and visit the site [url]test.flashbackband.nl[/url] not the whole picture is shown. When I'm using my desktop PC it is good.

Please help.

screenshot_desktop.JPG


Screenshot_2014-03-21-09-30-55.gif
User avatar
Fresh Boarder

GK User
Fri Mar 21, 2014 1:00 pm
Hi,
Please play with resize of browser window screen than you see when it stop to bg image resize and start cropping.
We used : background-size: cover; - so how it works.

I see only one solution for you , use this css only for mobile devices
Code: Select all
.gkIsWrapper-gk_musicstate .gkIsSlide {
    background-repeat: no-repeat;
    background-size: contain; }


so you will see whole image. but probably it request also others small css customizations.
User avatar
Platinum Boarder

GK User
Sun Mar 23, 2014 2:32 pm
Thanks a lot! It works :D
User avatar
Fresh Boarder


cron