@soberbanda Thank you for your links. The first two unfortunately don’t apply to my scenario since they only affect JPG files and I am dealing with WEBP. However, the third link for WP-Retina 2X did answer one problem I was seeing with WordPress compressing the file and naming it scaled. I didn’t realize WordPress automatically resizes files over 2560. Using the information in the link provided by the Plugin Documentation, I was able to disable it using the Functions.php file.
https://meowapps.com/wordpress-images-sizes/#The_Big_Image_Treshold
Thank you
-
This reply was modified 4 years, 6 months ago by Voodoo128.
I tried your suggestion but I keep getting a
Parse error: syntax error, unexpected T_STRING in public_html/wp-content/plugins/wp-bulletin-board/wp-bb.php on line 565
I found out that even if I don’t make a change to the file and simply click save I get the same error.
Thanks