[ad_1]
Hi guys i need to upload large and high quality images in my wordpress site but wordpress keep rescaling my images i wanna use original images i did everything i could to solve it but dont work can you plz help me
[ad_2]Hi guys i need to upload large and high quality images in my wordpress site but wordpress keep rescaling my images i wanna use original images i did everything i could to solve it but dont work can you plz help me
[ad_2]
Hey, Here are some solutions to prevent WordPress from resizing your large images:
1. Use plugins like “Regenerate Thumbnails” or “AJAX Thumbnail Rebuild” to rebuild your image sizes after changing settings.
2. Increase the maximum upload size in the WordPress settings, by editing the php.ini file or by adding the following code in the .htaccess file: php_value upload_max_filesize 64M
3. Use a CDN service to host your images.
4. Use the full-size image instead of a resized version in your posts and pages.
5. Try changing the default image compression level in the media settings.