Image Show Module images to be responsive

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
Mon Feb 15, 2016 12:17 pm
Reply with quote
Report this post
Hi Board,

I face a strange issue in mobile devices display in Image Show Module.

Although in desktop browsers (large display) the image is displayed correctly

Image

in mobile devices the image is "cut" as you can see in the below screenshot:

Image

Could you please help me?

Many thanks in advance,

Dimitris
User avatar
Senior Boarder

teitbite
Fri Feb 19, 2016 10:15 am
Reply with quote
Report this post
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

GK User
Fri Feb 19, 2016 10:16 am
Reply with quote
Report this post
Hi,

thanks for the answer.

http://attconstructions.gr/

Regards,

Dimitris
User avatar
Senior Boarder

teitbite
Tue Feb 23, 2016 2:50 pm
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
@media only screen and (max-width:579px) {
div.gk-intro {
    height: 25%;
}
}
User avatar
Moderator

GK User
Fri Feb 26, 2016 1:54 pm
Reply with quote
Report this post
It seems that the only thing we can do is to restrict the height of the image to resolve such an issue.

Many thanks for your answer!
User avatar
Senior Boarder

teitbite
Tue Mar 01, 2016 2:08 pm
Reply with quote
Report this post
Hi

Yes, that's the only way to manipulate with image weight in this case. Image has to fit to the height of the box or there will be a blank space left where it cannot cover it. This is why sides were cut.
User avatar
Moderator


cron