Shape 5

Joomla Templates => Amazed Photography - Club => : ossi2612 May 01, 2017, 01:19:56 PM



: Image and Content Fader
: ossi2612 May 01, 2017, 01:19:56 PM
The width is set to 100%, but the pictures doesn't scale down for responsive view in mobile phones....


: Re: Image and Content Fader
: jonahh May 02, 2017, 12:39:05 PM
Hello,

Are you using Mootools/jQuery and do you have "stretch to fit" enabled?

Thanks,


: Re: Image and Content Fader
: ossi2612 May 06, 2017, 05:53:57 AM
Yes, stretch to fit  and Mootools are enabled


: Re: Image and Content Fader
: jonahh May 08, 2017, 11:27:04 AM
If you can give me site access via PM I can take a look for you.

Thanks,


: Re: Image and Content Fader
: jonahh May 09, 2017, 12:55:37 PM
Ok we added a fixed height for this, so to remove just edit the below and change the height to auto:

:
#s5_header_area1 #myGallery {
    height: 900px;
}

s5_responsive.css line 264


: Re: Image and Content Fader
: ossi2612 May 09, 2017, 01:41:24 PM
Sorry,

?????hhmmm - what?  How should it work?  I am sometimes so silly...


: Re: Image and Content Fader
: jonahh May 10, 2017, 01:06:38 PM
No worries, just do this:

:
#s5_header_area1 #myGallery {
    height: auto;
}