Shape 5

Joomla Free Templates => Design Control - Free => : rpeckens October 10, 2016, 10:55:56 AM



: Images skewed
: rpeckens October 10, 2016, 10:55:56 AM
Please advise on what is causing the image to be skewed, see below

(http://www.frankenmuthindustrial.com/images/Untitled-1.jpg)

I'm running Joomla 3.6.2

using Simple Image Gallery Pro v3.1.0

Customer support from the application claims this is driven by the Template source code.  Please advise as to what needs to change to resolve this.


: Re: Images skewed
: mikek October 10, 2016, 07:03:42 PM
Hello,

That would be an issue with their component, a template is not responsible for styling a third party extension. If you post a url I can see if there's an easy fix, but it's ultimately something they need to correct.


: Re: Images skewed
: rpeckens October 11, 2016, 05:40:00 AM
http://www.frankenmuthindustrial.com/

that was my thought also


Hello,

That would be an issue with their component, a template is not responsible for styling a third party extension. If you post a url I can see if there's an easy fix, but it's ultimately something they need to correct.


: Re: Images skewed
: mikek October 11, 2016, 06:22:18 AM
Hello,

They don't have proper height calls. You can try adding the following into custom.css:

ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg, ul.sigProClassic li.sigProThumb a.sigProLink:hover img.sigProImg {
height:100% !important;
}

If that doesn't work try adding it right to the component's css file at the bottom:

http://www.frankenmuthindustrial.com/plugins/content/jw_sigpro/jw_sigpro/tmpl/Classic/css/template.css


: Re: Images skewed
: rpeckens October 11, 2016, 07:08:03 AM
Perfect

Thanks!   ;D ;D ;D