Forum
Welcome, Guest
Please Login to access forum.
Re:Image Size Issues (1 viewing) 
Go to bottom
TOPIC: Re:Image Size Issues
#7716
Rick Schatzman
Fresh Boarder
Posts: 2
User Offline
[SOLVED]Image Size Issues Karma: 0  
Hello!
I'm having a bit of an issue. I'm using Joomla 3.7.5
I created an image 300 wide X 200 high 72dpi
When I post it, I selected to auto crop images leaving the image dimensions intact yet when displayed on the front end it seems to have forgotten approximately 80 px from the bottom. I have tried everything I know but it seems I'm doing something wrong. The link to the issue is... http://www.momswholehearted.com/index.php/walk/item/1-registration-1-baby-name

Also, added a screen shot.

Any help would be greatly appreciated!
Thanks so much!!
-Rick Schatzman
 
Logged Logged  
  The administrator has disabled public write access.
#7717
John Dagelmore
Admin
Posts: 3722
User Offline
Re:Image Size Issues Karma: 79  
Hello,

looks like the image is resized to 225px instead of 200px but i ignore the exact reason. Maybe some settings or a template issue.

My suggestion to fix it having current informations, would be to add a custom CSS rule to the Joomla template as below:

Code:

div.default_slider_slide > img { height: 200px; }
Best regards! John Dagelmore
 
Logged Logged  
  The administrator has disabled public write access.
#7719
Rick Schatzman
Fresh Boarder
Posts: 2
User Offline
Re:Image Size Issues Karma: 0  
I created an override for the "item" listed under the component. Using your code it worked perfectly. Thank you so much for your help! God Bless!!
 
Logged Logged  
  The administrator has disabled public write access.
Go to top