Marko Nikolic
Marko Nikolic
Update to this case: We still have "The file is already compressed and can't be compressed more" message but there is also another problem. When you get this message, it...
Hey 👋 You can use the following code to skip generating WebP files: ``` add_filter( 'imagify_nextgen_images_formats', function( $formats ) { if ( isset( $formats['webp'] ) ) { unset( $formats['webp'] );...
The problem is also if you don't have a backup for some files, it will show the popup and not create WebP. But: - if there are "Well done..." images...
When there is NGINX server, nothing is visible when the Rewrite rules option is chosen. I am preparing a documentation post as a guide, but would be great to have...
On top of this, it looks like optimizing animated GIF will "kill" animation for thumbnails. For the reference, you can check [this 300x300 thumbnail](https://www.markonikolic.net/wp-content/uploads/2022/02/Valentines-GB-300x300.gif), and [the original image](https://www.markonikolic.net/wp-content/uploads/2022/02/Valentines-GB.gif) (both optimized)...