The theme you are using crops uploaded pictures, but there is always a version of the picture which keeps the original full size. Modify the code that render the picture that it will use the size parameter
.
Eg:
Use: wp_get_attachment_image:
echo wp_get_attachment_image( $attachment->ID, 'full' );
Or: display post_thumbnail:
echo get_the_post_thumbnail( $post->ID, 'full' );
'full' here means the full size
More: https://codex.wordpress.org/Function_Reference/wp_get_attachment_image
https://codex.wordpress.org/Function_Reference/get_the_post_thumbnail
Related Posts:
- get_post_gallery with Gutenberg
- Separate Media Library for each user
- Saving the pre-sanitized filename of an attachment as the Title or Caption
- Bulk edit wordpress images alt and title attributes
- Add aditional class to get_avatar when showing image
- Double thumbnails?
- 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 can I store an image in the database with Transients API?
- How to prevent resized featured images?
- Display one random image, but only if landscape
- WordPress url image redirect to the homepage
- How to change image url?
- Bulk image rotation
- Is there a way to delete images from WordPress media library programmatically?
- How to order images in a post in WordPress 3.3?
- Special purpose photos with each post
- WordPress – different icon image depends of comment number
- Override img class in gallery
- Change image url size in post editor (when cliking on image)
- Multiple images with Media Uploader on front-end
- image uploaded cant be shown
- Turn off image captions in gallery view?
- Unyson Framework doesn’t show gallery images
- add_shortcode to capture URL screenshot not loading correctly
- Show image crop window on image upload
- I want to use the GD image editor for just one function then switch back to ImageMagick
- Exclude image titles from search results
- Gallery with thumbnail carousel
- Uploaded images not displaying in network site
- Thumbnails generated by “add_image_size” are not removed when removing media
- WordPress 3.0 embedded images
- TImthumb not working for absolute path
- Correctly implementing the Facebook Like button
- Omit image captions from get_the_content()
- How to limit the number of images displayed in the media window?
- Should I not compress my jpeg files before uploading to avoid double compression?
- Is it possible to preserve original images in order to change image size later?
- Generating a certain sized thumbnail on the fly?
- Need custom picture field for pages
- Only make custom image size if uploaded via Thickbox and attached to certain page
- Link listings with image
- image resizing on post content without css and html tags
- Stop WordPress compressing images? – Quality is terrible
- How to add onclick event to widget image
- After Migration, images show up on a preview of the page but not the actual page [closed]
- Use default image as var
- How to apply image alt descriptions from media library?
- Specify automatically the height and weight of the images
- wordpress add image size crop function not working in version 3.8
- How to crop images in a certain size only for a certain page?
- How to pass on a value as parameter via url to another page
- Image not showing using a custom function and get_post_meta
- Cache issues with images not showing up
- Specific Days, Specific image on Front Page
- How to change image’s author via a function when using GravityForms uploader? [closed]
- Using different size thumbnails on different parts of my site… with functions.php?
- Doing a bulk replace of images through back-end
- Serving Images from subdomain in wordpress
- Hover a css icon width other color inside wp_get_attachment_image
- Pictures randomly replaced by blue question mark
- How to change a theme’s footer image
- Can’t upload Images to WordPress – Error 500 Response
- Post-processing of the image failed
- WordPress 4.4.2 upload give error, can’t write is upper directory allowed to be written
- How to skip the creation of landscape thumbnails for an original portrait image
- Why are my button images blurry on mobile screens?
- Unable to delete images in Media Library
- How to show only one image in homepage
- Broken imges after moving wordpress website from localhost to server [closed]
- How to regularly backup and update WordPress website with lot of images?
- Resize images to match CSS
- click on Gallery picture but pictures doesn’t appear
- How to Generate Custom Image Size in Uploads Folder?
- How to put images into theme from server folder (not from media library)
- How can I stop WP Image Editor upscaling from looking so pixellated?
- set specific dimension or minimum upload size [duplicate]
- Select image and display from textfield?
- Make all images displayed in single.php a certain size
- Why are my ‘medium’ images the wrong size
- How can I hide previous_image_link() on first attachment page?
- 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?
- How to change the alignment of the background image for small screen (tablet/smartphone etc.)
- 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?
- WordPress Missing Images
- Display first image’s caption
- The uploaded images are only full-size (original)