Shape 5

Joomla Templates => Big Picture - Club => : geewhiz July 02, 2014, 04:40:24 AM



: image size control not working image and content fader
: geewhiz July 02, 2014, 04:40:24 AM
Hi,

the image and content fader is not responding to the % or pixels i give in the module tab. nor to the 'width in pixels to disable streching'.
what is going wrong ? how can i get the picture to show in smaller size ? it shows huge even if i use a small picture..

http://49.50.249.81/~theunico/

thanks !


: Re: image size control not working image and content fader
: mikenicoll July 02, 2014, 06:47:58 PM
Hello,

This is because the Template.CSS was designed to have the IACF cover the entire page when used in the custom_1 position.

This is the coding that does so:

.jdGallery .slideElement {
     background-size: cover ! important;
}

If you remove that you will see your slide elements are resized but there will be a black area on the outside of it since the image is no longer being scaled to cover the page. Another option you can use is to use another Template position such as the top_row that doesn't have specific CSS styling for it.

-Mike