Try to add custom thumbnail size with unlimited(very big) hegiht and width in functions.php with following code:
add_theme_support( 'post-thumbnails' );
add_image_size( 'custom', 9999, 9999 );
It will not crop any images. So you can use it as the_post_thumbnail( 'custom' );
This method looks rough but you can use if other ways don’t work. And if you already have images, you can use regenerate thumbnails plugin.
Related Posts:
- The the_post_thumbnail without srcset?
- WP “optimizing” PNGs into thumbnails 5X larger than originals – FIX
- optimized PNGs 5X larger than originals
- Get the first image from post content (eg.: hotlinked images)
- How to get gallery images?
- add_image_size is scaling, even though crop is set to true
- Unexpected width and srcset attributes for the_post_thumbnail();
- How do I get gallery thumbnail URL and change the default thumbnail size?
- How to set dimensions of the post thumbnails (featured images)
- Reasons why all thumbnail sizes aren’t working
- How do I Add images uploaded in the post to a default custom field
- How do I turn a post thumbnail into a background image?
- What is the meaning of WordPress’s recommended css classes and where are they applied?
- Theme thumbnail in dashboard
- Set a featured image as a replacement to the header image
- How To Pick Custom Size Of Uploaded Image In Theme Via the_post_thumbnail();?
- Change image size depending on page
- How to disable thumbnail filter for a specific template part or image size?
- Are seven additional image sizes are too many?
- Change Image Sizes for Mobile Theme
- How to make excerpt image be full size instead of thumbnail?
- How to add cropped custom header image?
- Is there a way to serve different resolution images to different devices?
- How can I scale down the width of images in bulk that are embedded in posts throughout the site?
- Add image URL automatically to custom field?
- theme directory fallback image outputs url and not the image
- Can’t upload images on new theme
- Full width thumbnail
- Featured Image Module Randomly Disappears
- Any disadvandages if I style the wordpress align classes without img and .wp-caption prefix
- Show post thumbnail only if it exists using timthumb
- I want to resize post featured image without cropping image. How?
- How to disable WordPress from creating thumbnails?
- Is there a hook which fires after all thumbnails are generated?
- WP 3.4 – what action/hook is called when theme customisation is saved?
- Editing the custom background CSS
- What, specifically, should be included in theme_name_setup()?
- Is the theme customizer slowing down my site?
- What does “Do not deregister the jquery script in the administration area” mean?
- What is the best book to learn how to make themes for wordpress?
- Featured Image in 4.4 should be larger on mobile device
- How to use the responsive images feature from WP 4.4 in your themes
- Symlink a directory to wp-content/themes
- What are WooCommerce starter themes? [closed]
- How to disable the gradient and font size internal CSS added by WordPress when using theme.json
- Is there an error in get_the_tag_list()?
- How do I display the “Archives” widget layout (sidebar) in WordPress by ‘year’ then by ‘months’?
- How do you protect a premium theme from being copied?
- Some translations do not work in my template class
- wp_get_attachment_image_src() width and height boolean
- WordPress not registering Theme Customization Section
- qTranslate with my own theme and settings
- Stylesheet not linking
- How to control layout of posts on page?
- Theme Development for WordPress Multisite Installation
- Display recent posts with thumbnail
- Include Parent functions.php in Child Theme functions.php
- create category on theme setup
- WordPress get_template_part() function not working
- Fixing image names for a site being restored
- Where am I doing wrong in my theme menu?
- How can my theme allow users to take advantage of advanced html tags in posts
- Call to undefined function add_menu_page() on theme activation
- Is it acceptable for a WordPress theme to not accept widgets?
- Should all references to a text domain be to my current theme?
- Custom image size vs CSS sizing
- In creating a theme, how can i allow a user to change an image outside post/page content?
- Simple child theme modification but links are broken
- Making a WordPress theme based on twentyten
- how to retrieve the image title for image Post Format
- WP Still Generating 150×150 Thumbnail Size Even After Un-Setting Small Size in Functions.php
- Alignment Problem [closed]
- Unwanted empty line at the beginning of document
- Product Images Low Quality After Updating From WP 3.5 to 4 [closed]
- best practices for updating wordpress theme
- How to modify theme content in Thematic?
- How to update mark-up of a gallery block in a custom theme?
- Host Private Custom Theme
- My wordpress theme name isn’t updating straight away
- WordPress theme options checkbox default checked state
- Copying a modified theme from one wordpress site to another wordpress site [closed]
- How can I change this SVG shape that’s generated?
- Adding a second logo next to the main one in header
- (Parent) theme Is Not Showing In Theme Selection Panel and Therefore Breaks Child Theme
- How to add an image to a theme page template in code?
- How to show some of category in wordpress
- using themename_the_custom_logo() in template-tags?
- Custom page template not showing on page creation
- Customizer Image-Picker Preview Not Working
- Single Featured Image Repeating
- WordPress two sidebar layout or theme
- apply_filters to featured image
- Standard Way To Do Custom Work Within A Page?
- Add Dynamic Sidebar to Exisiting WordPress Theme [closed]
- How can I install my custom-made theme on a wordpress.com blog? [closed]
- .submenu class missing in output from wp_nav_menu
- How to make a multilingual wordpress site to be translated one-to-one without much effort and without using translate?
- Is there a way to have WordPress autodetect page templates in the page-templates directory and any sub-folders?
- My wordpress site memory exhausted more than 1GB trying to debug with default
- How do I work with responsive images in WordPress? (img srcset/sizes)