Wondering how your modules will work with Single image ads?
- Posted by Sean Carney (5) Offline
Thank you very much. That helped to make the images fill the width of the container. But, it is still not responsive in that the images are now being distorted to be wider but NOT taller. 
Do you think this is an issue with my template and not with Joomla itself? I found it interesting that the one tool that is keeping the proportions is one developed by my template house.
Thank you again for looking at this. I would love to know whether you think this problem belongs to the template or to Joomla!
Sean
8 years 4 months ago #7
by Sean Carney

Do you think this is an issue with my template and not with Joomla itself? I found it interesting that the one tool that is keeping the proportions is one developed by my template house.

Thank you again for looking at this. I would love to know whether you think this problem belongs to the template or to Joomla!
Sean
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
try this code :Thank you very much. That helped to make the images fill the width of the container. But, it is still not responsive in that the images are now being distorted to be wider but NOT taller.
.banneritem img {
width:100%;
height:auto;
}
To make sure, you can try to switch your template to the default one (protostar) and then see the issue still occurs or notDo you think this is an issue with my template and not with Joomla itself? I found it interesting that the one tool that is keeping the proportions is one developed by my template house.
Please Log in or Create an account to join the conversation.
- Posted by Sean Carney (5) Offline
I just wanted to thank you for solving my problem by adding the height:auto; addition. 
Now they images are retaining their proportions and are being responsive.
I am so grateful. Thanks, Thanks and More Thanks.
Sean
8 years 4 months ago #9
by Sean Carney

Now they images are retaining their proportions and are being responsive.
I am so grateful. Thanks, Thanks and More Thanks.
Sean
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline