Seems like you have fetched the thumbnail size image.
You can fetch/show the full image url that you have uploaded using
$imgsrc = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), "full" );
$imgsrc = $imgsrc[0];
echo $imgsrc;
Hope that helps!!
Related Posts:
- Images in Blog List
- Featured Image Cetegory Not Shown In WordPress
- How do you cite the images on your blog? [closed]
- Automatically adding blog images to a portfolio/gallery
- How to change image type for specific size?
- What’s the proper way to find and remove duplicate images from posts and the media library?
- get_post_gallery with Gutenberg
- Mixed content warnings after changing site adress from HTTP to HTTPS
- add_image_size() zoom-crop
- Insert an image into a post by API
- Saving the pre-sanitized filename of an attachment as the Title or Caption
- Creating a rotating header /image slider using theme customization
- Add aditional class to get_avatar when showing image
- Use Media Library to manage galleries like Nextgen (with folders, albums, collections, tags, categories, terms…)
- Double thumbnails?
- No srcset for hard-cropped thumbnails
- Loop through child images of a parent for a Nivo Slider
- Slider image issue in wordpress
- Limit author image size
- Remove the http protocol from images
- Getting custom size image URL
- Retrieving images from a NextGEN gallery
- Query for recent images across multiple posts
- Getting alt text of featured image
- Get image alt attribute just by image URL
- Is there a way to get attachment data?
- How to resolve – IE 6 ignores img “width” properties
- WordPress is stripping the Alt tag’s quote marks from images where Alt is not set, but leaving the word ‘alt’ creating problems for ADA compliance
- WordPress reduces the full size image and uses it as the original
- Show taxonomy list with taxonomy images ( SOLVED)
- get_children() not working properly – Only on one post?
- Warning: getimagesize() [function.getimagesize]: http:// wrapper is disabled in the server configuration by allow_url_fopen=0 [closed]
- Is There A Way Of Using the_post_thumbnail() to Pull In A Specific Image From The Media Library
- How to add data attribute to all images in posts [closed]
- How to order images in a post in WordPress 3.3?
- Output random (custom) image size
- WordPress crops images differently on retina screens?
- Image thumbnails not available post migration, but still accessible via direct URL – DB issue
- Override img class in gallery
- How do I create an alternate RSS feed for tags with custom image sizes for MailChimp?
- Exclude images from “inserted into post” when trying to get attachments
- Set jpeg_quality for certain post-types
- WordPress automatically downscaled images larger that original
- Move Image Captions Inside Link ( tag) if Added
- Sharing images to social media – issue with aspect ratio
- How to add custom classes to figure element only if image has caption?
- I got an issue after i migrated a site
- How to add an image to a custom url?
- I want to use the GD image editor for just one function then switch back to ImageMagick
- How to add images to a post without inserting them into the content area of the post editor?
- Is it possible to reduce image filesize on the fly (when users enter my website)?
- add_image_size wont work after get_intermediate_image_sizes
- Why WordPress strips scr string from img tag off?
- Random image loader
- insert image alongwith with custom data via a frontend form
- Create a link to full-sized image attachment?
- Get image path : image is upload but not attached
- What sense makes medium_large_size_h => 0?
- after migration, newly uploaded images won’t show up
- Emoticons not working on my site
- How to use getimagesize() of image upload?
- limit number of images shown from gallery
- Graphics and Formatting Not Loading in WordPress on IIS
- How to Automatically import external images to Upload
- Alter the image used for a user who has not uploaded a custom image yet
- Fullscreen Page Background without Plugin [closed]
- Allow a specific user role I have created to only upload one image to his media library
- Implementing a modal(lightbox) for all images in all post-gallery posts
- how to regenerate webp et-pb-portfolio-image
- How do I avoid color distortion of uploaded images?
- Where to put code that customizes API
- When upload a PNG a noise appears in the thumbnails
- How to auto add image caption from image alt?
- How to stop TinyMce from converting image url into ?
- How to automatically load an image inside the post, since it is present in uploads folder
- Blog images not showing on homepage
- Generate links on all images in posts – is there a hook?
- Decide how Hero image appears on mobile
- Resize External Image
- Images are not getting uploaded
- Unable to delete images in Media Library
- Fatal error: Allowed memory size in PHP when allocating less
- Resized images not working – 404
- Background image call problem
- Assigning image to Post-Type won’t work anymore: exceeded time?
- How to specify image width and/or height attributes for images uploaded using WordPress uploader
- How to change default image rename?
- Upload unnattached image from frontend
- Link images to post
- Image attachement management – a philosophical question
- wp_get_attachment_link() add rel attribute if the link points to direct image
- Getting top Image From the Gallery and printing out a thumbnail with Exact Dimensions
- Add custom version to an image
- How to get some information from the_content [closed]
- Custom Background Image per Page
- How to add a link to media file for every image inserted in content?
- Blurry Images on my Website
- Define how an attached image is rendered
- All WordPress Website Images Broken
- Why are my image dimensions smaller once they are published?