the template seems to cropping the height of my images (in the blog area and slider). is there somewhere I turn this off?
slider on homepage and images on blog cropped?
8 posts from 2 voices-
Posted 7 months ago #
-
Hi kevin77,
Can you post a link to your site?
Regards,
IsmaelPosted 7 months ago # -
I have placed the same image in 3 locations. The original size is 800x533. I don't mind the scaling, but it is not scaling proportionally. Compare the images in the 3 locations:
Portfolio:
http://photography.kevintrinh.com/portfolio-item/hello/ (765x510)Blog:
http://photography.kevintrinh.com/photography-blog/ (765x416)Homepage slider:
http://photography.kevintrinh.com/ (765x416)Posted 7 months ago # -
Hi kevin77,
Kindly open wp-content\themes\sentence\functions.php and find this line of code:
$avia_config['imgSize']['portfolio'] = array('width'=>765, 'height'=>10000, 'crop'=>false);
and replace it with:
$avia_config['imgSize']['portfolio'] = array('width'=>765, 'height'=>415);
save it and regenerate your images using the Regenerate plugin.Regards,
IsmaelPosted 7 months ago # -
ok. If i wanted it all to be 510 pixels high, i will change the 'height'=>510); ?
Also... where can I find the regenerate plugin?...do I have to download a new plugin ?
Posted 7 months ago # -
Hi,
Yes, that is correct. Just go to Media > Select an image then on the drop down select Regenerate Thumbnails, click apply.
Regards,
IsmaelPosted 7 months ago # -
humm... I couldn't find the renernate thumbnails option. I don't think it comes with this theme?
I think I need to download a plugin.
Posted 7 months ago # -
downloaded plugin and rengerated. worked fine. Thanks ismael.
Posted 7 months ago #
Topic Closed
This topic has been closed to new replies.














