Comments on: WordPress Featured Images – add_image_size() resizing and cropping demo http://www.studiograsshopper.ch/web-development/wordpress-featured-images-add_image_size-resizing-and-cropping-demo/ Sun, 22 Mar 2015 14:44:25 +0000 hourly 1 http://wordpress.org/?v=4.1.1 By: Alin Suceveanu http://www.studiograsshopper.ch/web-development/wordpress-featured-images-add_image_size-resizing-and-cropping-demo/#comment-286144 Sun, 22 Mar 2015 14:44:25 +0000 http://www.studiograsshopper.ch/?p=2585#comment-286144 Excellent work. Bravo
But…I still cannot make my post feature images to have the same size and to be aligned.
What I have to do?
Please help!

]]>
By: Waseem http://www.studiograsshopper.ch/web-development/wordpress-featured-images-add_image_size-resizing-and-cropping-demo/#comment-286027 Wed, 18 Mar 2015 14:06:05 +0000 http://www.studiograsshopper.ch/?p=2585#comment-286027 HI.
I want to resize image but don’t want it to crop also don’t want to reserve aspect ratio. This can be achieved? so images should be off exact size

Regards

]]>
By: Kiran http://www.studiograsshopper.ch/web-development/wordpress-featured-images-add_image_size-resizing-and-cropping-demo/#comment-284218 Sun, 01 Feb 2015 11:47:04 +0000 http://www.studiograsshopper.ch/?p=2585#comment-284218 Hi, A huge thanks form someone who is new to the world of wordpress. Your article helped make sense of a new area that was giving me a lot of trouble. Thank you!

]]>
By: Ade http://www.studiograsshopper.ch/web-development/wordpress-featured-images-add_image_size-resizing-and-cropping-demo/#comment-239157 Thu, 19 Dec 2013 18:17:54 +0000 http://www.studiograsshopper.ch/?p=2585#comment-239157 Cool! Glad you found it useful. :-)

]]>
By: Ade http://www.studiograsshopper.ch/web-development/wordpress-featured-images-add_image_size-resizing-and-cropping-demo/#comment-239156 Thu, 19 Dec 2013 18:17:16 +0000 http://www.studiograsshopper.ch/?p=2585#comment-239156 Hi,

People miss stuff. C’est la vie. Relax, it’s no biggie! :-)

]]>
By: entio http://www.studiograsshopper.ch/web-development/wordpress-featured-images-add_image_size-resizing-and-cropping-demo/#comment-239140 Thu, 19 Dec 2013 09:22:49 +0000 http://www.studiograsshopper.ch/?p=2585#comment-239140 excuse me, but this is the end of the very first sentence in reference add_image_size


Registers a new image size. This means that WordPress will create a copy of the Featured Image (formerly known as post thumbnail) with the specified dimensions when you upload a new image.

How could You have miss this?

]]>
By: Lukas http://www.studiograsshopper.ch/web-development/wordpress-featured-images-add_image_size-resizing-and-cropping-demo/#comment-238977 Wed, 20 Nov 2013 21:05:10 +0000 http://www.studiograsshopper.ch/?p=2585#comment-238977 Nice and grand dive into a guite essential part of wp-development. Thanks man :)

]]>
By: Juan http://www.studiograsshopper.ch/web-development/wordpress-featured-images-add_image_size-resizing-and-cropping-demo/#comment-238919 Wed, 06 Nov 2013 05:39:48 +0000 http://www.studiograsshopper.ch/?p=2585#comment-238919 Nov 2013 and still very useful. Thank you!

]]>
By: Carissa Pelletier http://www.studiograsshopper.ch/web-development/wordpress-featured-images-add_image_size-resizing-and-cropping-demo/#comment-238827 Thu, 03 Oct 2013 23:11:08 +0000 http://www.studiograsshopper.ch/?p=2585#comment-238827 Your “no cropping” diagrams were key to helping me identify a problem with my site. Then your detailed explanations and code examples helped me fix it. The developer said it couldn’t be done. Thank you so much!

]]>
By: Dennis http://www.studiograsshopper.ch/web-development/wordpress-featured-images-add_image_size-resizing-and-cropping-demo/#comment-238826 Thu, 03 Oct 2013 15:20:19 +0000 http://www.studiograsshopper.ch/?p=2585#comment-238826 Hi,

is it possible to get a “duplicated” version of the original uploaded image? clients often send images with correct dimension but too large filesize. it would be cool, wordpress could save a lighter version of the file but with original sizes.

if i set something like:
add_image_size( ‘original’, 4000, 4000);

nothing happens, because the uploaded file is smaller than 4000×4000. but if my client uploads an image with 5mb, because he doenst reduce it before, than the website gets very slow.

]]>