"Slider"
I am using the "Slider" custom post type to build a slideshow. However, when I select my images, it's not using the full size image, but instead auto-cropping them to 470px tall. How do I prevent this and use the exact image in the exact dimensions that I've specified?
This is the site and the homepage has the slideshow. http://nova85.com/home/
Comments
For all images sizes is responsible functions/theme-functions.php file where add_image_size() functions are. So if you want to change images sizes, you must modify function related with slider.
Thanks!