From my understanding on how WordPress crops, it’s not going to stretch your image to a certain size, so if you upload an image that is 300px wide, it isn’t going to stretch the image to 400px, it will keep that width and proportionally create a height. Make sure that
Crop thumbnail to exact dimensions (normally thumbnails are
proportional)
is checked in the media section of your settings. If you’re looking for new image sizes you can use add_image_size()
.
If you want to size down an already created thumbnail, you can click the image to edit it (inside the tinyMCE) and size it down there. You will be given percentages and a little box on how it might look inside your content.
Related Posts:
- Why does the Hard Crop option Scale?
- Server B handling add_image_size() differently than Server A
- Image with large file size not cropping
- How to get image title/alt attribute?
- How to disable WordPress from creating thumbnails?
- How do you get the post thumbnail size?
- set_post_thumbnail_size vs add_image_size
- Minimum Dimensions Requirement for Featured Image?
- Generate Thumbnails only for Featured Images
- How to get all featured image sizes and their URLs?
- How to Dynamically Resize WordPress Image On-The-Fly (custom field/theme option)
- Display thumbnail only if requested size exists
- the_post_thumbnail responsive srcset not populating with custom image size
- New image size version only for the Featured Image file
- Prevent WordPress from cropping GIF files
- get_the_post_thumbnail_url with an unregistered size
- Getting custom-sized featured image’s URL?
- Cropped featured image replaces original image in gallery
- How to crop thumbnail height to auto with set width
- Showing a placeholder/default img, if no featured image is set
- the_post_thumbnail scaling not hard cropping
- Featured image with the same height thumbs returns wrong thumb
- How to change the naming of the resized image files
- Change Output for Images in Content
- Can WordPress crop only the post thumbnails?
- Allow user to manually set crop area of default/custom image sizes on upload [closed]
- How to get the image sizes, in a function, as per the sizes mentioned in the media settings?
- How to change _wp_attachment_metadata specific value in SQL?
- Autogenerated Thumbnail compression depending on size
- Only create image size when used in featured image
- How can I get a different image size, if all I have is the link?
- How to get custom image sizes into media uploader dropdown?
- WordPress resizes image to the same size as uploaded
- wordpress responsive image srcset not working
- How do I get a random image from subset of images in media gallery?
- Why are extra 92 pixel square thumbnails created?
- Use get/the_post_thumbnail with Custom Size & Crop
- wp-cli regenerate media is not working for custom sizes
- Remove dimensions from filename featured image
- Can a thumbnail of an animated gif be animated?
- Cropped thumbnail still displaying as full image
- add_image_size not working with the_post_thumbnail
- How do I set the default “feature image” size?
- Thumbnail Cropping with add_image_size?
- thumbnails are getting clipped down, want to resize instead
- How check that there is post thumbnail feature image or not on wordpress?
- If I Regenerate Thumbnails, would WordPress delete the existing Thumbnails and replace them with ‘new copies’?
- How to get cropped thumbnail source for custom post type
- Exclude featured image from attachment loop
- 2 image size for post
- adaptive featured images wordpress 4.4 grid
- Featured Image Not Working when loaded from sub-domain
- Forcing a user to crop the featured image in a certain aspect ratio
- Generate image for newly added size
- wp_get_attachment_image_src match smallest edge
- How to create resized versions of images added with wp_insert_attachment
- WordPress returns old thumbnail size after changing media settings
- Custom image size in the_content loop
- remove and disable image link in functions.php
- specify size of post preview image (not post thumbnail)
- media-library: how to insert thumbnails with a fixed width, regardless of landscape/portrait orientation
- Post thumbnail throwing size limit parameters in
- What can I do if I set a gif as featured image? no thumbnail when i share on facebook
- images not showing despite using add_theme_support(‘post-thumbnails’);
- Resizing thumbnails retrospectively
- Trying to show link “Use as featured image” from Attachment window from t31os script
- post thumbnail: increase dimension if smaller than… Possible?
- WordPress image crop probems
- Images uploaded on frontend display correctly but not in media editor.
- Generating very small sized thumbnails from featured image
- How risize a thumbnail?
- Unrestricted height thumbnails
- custom thumbnail image size not working
- WordPress not creating “large” thumbnails
- Is wordpress compressing my images? if so, how to prevent it?
- Custom caption output for custom image size
- Display post thumbnail in foreach loop
- How to attach images that I “insert from url” into the post?
- the_post_thumbnail(‘medium’) still gives thumbnail-size img
- How to update custom image sizes?
- Attachment Image using wrong src?
- Using catch_the_image to get the thumbnail size
- custom image size not being fetched
- Thumbnails are hard cropped not matter what
- Featured image size always cropped bottom
- Using the_post_thumbnail do not rollback to original image if specified thumbnail does not exist
- Missing image size
- Post thumbnail not displaying correct size
- Making a ‘featured image’ become the image for a full banner (top of page) image in a blog post?
- wp_get_attachment_image_src() works on index, but not on Archives
- Featured Image, and Image in post
- Setting featured image based on related post
- Trouble Retrieving Thumbnail URL on Front-Page
- Always generate thumbnail after sideloading image
- setting featured image is not working while running script in background, works when running that script from browser
- Custom image sizes are not used
- Editing featured image
- Featured Image Thumbnail Sizing
- Post thumbnail height problem
- How to modify Media Library images DPI [ image quality down to make small in size ] [closed]