Featured image sizes are mostly likely controlled by your theme, so I would look there. Maybe there is a theme setting for it.
You can also check the following setting to see if it us using one of those sizes.
You can change the featured image size by adding this code into your functions.php file. More info on set_post_thumbnail_size.
set_post_thumbnail_size( 500, 500 );
You can also add a new image size and then use it in your template by doing something like this…
add_image_size( 'featured-image-size', 800, 9999 ); // Add to functions.php
php the_post_thumbnail( 'featured-image-size' ); // Template usage
More info on add_image_size & the_post_thumbnail
Edit: Since you updated your question, here is an updated answer.
You can set the height to be unlimited like this…
add_image_size( 'hitmag-featured', 735, 9999 );
Related Posts:
- Separate Media Library for each user
- Maintaining image color and quality when uploading using custom sizes
- Saving the pre-sanitized filename of an attachment as the Title or Caption
- Bulk edit wordpress images alt and title attributes
- Upload Image Not accessible
- Alter media caption/description conflict in WordPress?
- Separate attachment images from post loop
- Loop through child images of a parent for a Nivo Slider
- Rename attachments during upload
- alt, title tags not showing
- Limit author image size
- Remove the http protocol from images
- Why can’t I edit certain images from the WordPress Media library?
- How to add a media with PHP
- How can I store an image in the database with Transients API?
- How to set a Minimum Image Dimension for Uploading
- Replacing image attributes (data-src) also applies to backend
- get_attachment_id() only get id of first attached image after post update
- Different upload path per file type
- Populate a slideshow list of images from images in a wordpress page?
- Custom page template to display all image attachments
- HTML tags in WordPress image caption
- Using Add_image_size when adding image in post
- Creating page templates with image placeholders
- Add multiple images to author profile page
- Is there a plugin or simple way to add a multiple images metabox to a post?
- how to attach an image to a custom post type in wordpress using just code
- Where are the resized images coming from?
- Show media url immediately after upload in media uploader
- Site migration – some images not displaying in Media Library
- Is this post using WordPress Gallery?
- can you call the alt tag for an image dynamically?
- Multiple amp-image overlays. How to properly do this in wordpress?
- Add select input with pre defined classes to insert image screen?
- Is there a way to change all already uploaded images which are PNG and convert them to JPG?
- add media button is not working
- Undefined index: sui_image_caption in [closed]
- attach image from library to post with wp_insert_attachment
- Replacing the content of an image attachment using API
- User-uploaded images without an account
- Moving media library to the media library of completely different site
- convert post title to image
- Can you check if a post WYSIWYG field has an image in it?
- Bulk-add featured images in posts with no featured image
- Upload media only to DB
- How to get image from media library with URL [duplicate]
- WordPress Creates Unused (Unregistered) Image Sizes
- Custom image uploader without widgets
- How to upload and style svg logo?
- Weird failing request
- Can’t see images in posts after migrating site to subdomain
- How to change the catalog product image size by product id?
- How to setting up the custom size thumbnail for wp_get_attachment_thumb_url()?
- HTTP error when uploading an image
- How can i identify media uploaded to my website that is not being used anywhere anymore?
- Placing a featured image into header
- Function to grab specific image IDs from media library.
- image URL changed in wordpress
- How to get post id of first child of the same post type?
- Maximum image width/height?
- What’s are some best practices for responsive images (e.g. for section headers)?
- Shortcode not work in picture source srcset tag
- how automatically show the image title before the image caption/description in a wordpress gallery?
- change the h3 subtitles of the wordpress gallery shortcode
- How to echo images Urls from a wordpress post, that are relally in the post
- Adding Post Thumbnail to Metro Pro Theme
- media_handle_upload() with 1 image under 1Mb chokes my server and returns timeout error
- Hot Linked Own Images
- imported post image as normal image instead encoded image
- Updated wordpress missing image upload area
- get_post_gallery with Gutenberg
- Site not showing Image in WordPress and in HTML code also which uploaded in root what is the solution for this?
- How to set a post featured image from an already made custom field
- How to find the largest images in wordpress post
- Alt attribute is not showing while the value is given in Media
- Alternative image sizes are too large
- Image automatically resized
- How to call thumbnail by aqua resizer in best practice. Specify image dimensions’s notify from GTmetrix
- WAMP install acts different than live install when uploading images
- Images Wont Display After Importing From Old WordPress
- Image thumbnail on single product issue | WooCommerce
- How do i replace the title attribute of img tag with the image caption
- How can I hook and edit on the fly an image uploaded
- Anomaly with response coming from XML RPC Api get Post (integer out of range)
- Make all images displayed in single.php a certain size
- wp_get_attachment_image_src
- I am trying to get metabox image with custom size
- Removing image dimensions from `the_content`
- Theme files and imagesnot loading on a mobile device
- Guaranteed Image Sizes
- Is there a different way to grab a thumbnail image than this?
- Multiple gallery thumnbnails on one page
- Change image link in excerpt to point to post
- Putting the title attribute in image tag — Snapshot Theme from Woothemes
- Change the avatar ratio?
- get_theme_file_uri function not showing background image inside data-setbg in html
- How to show file type of featured image?
- How to return responsive images from a sanitize_callback?
- How to disable Right Click on a image? [closed]
- Can’t upload svg files in WordPress