Imagify settings Optimization for WEBP FORMAT is the following:
– Create webp versions of images
— Display images in webp format on the site
1. Use rewrite rules
2. Use <picture> tags (preferred)
The second option replaces the tags with <picture> tags. This is the preferred solution but some themes may break, so make sure to verify that everything seems fine.
If you choose to use rewrite rules, the file conf/imagify.conf will be created and must be included into the server’s configuration file (then restart the server).
So, my question is which option to choose:
Use rewrite rules or Use <picture> tags (preferred)