Inside Admin panel when we upload image for a specific post that image has default size medium(300 X 300). Instead of changing it every time from Add Media > ATTACHMENT DISPLAY SETTINGS while inserting into post or from Edit > Image Details >DISPLAY SETTINGS after inserting into post. How can we set the default image size to full/ original size or if it's full size then to medium/ thumbnail.
The main thing is to change the default image size setting. How do I do it?
the_post_thumbnail('full');
have you try this function to display post image ? – Purvik Dhorajiya