#679 Posted in ‘Econa’

Latest post by Lefteris Kavadas on Tuesday, 16 February 2021 13:12 EET

Brendan Hedges
 Hi,

I wonder if WebP is integrated in Econa yet?

If so, will it be placed in the srcset array as follows?

<picture>
  <!-- WebP Source with srcset -->
  <source type="image/webp" srcset="https://www.firecoders.com/path/to/image-200.webp 200w, /path/to/image-400.webp 400w, /path/to/image-800.webp 800w, /path/to/image-1000.webp 1000w, /path/to/image-2000.webp 2000w" />
  <!-- PNG Source with srcset -->
  <source type="image/png" srcset="https://www.firecoders.com/path/to/image-200.png 200w, /path/to/image-400.png 400w, /path/to/image-800.png 800w, /path/to/image-1000.png 1000w, /path/to/image-2000.png 2000w" />
  <img src="https://www.firecoders.com/data:image/image.jpg" alt="Am image" />
</picture>


If not, is this on the to-do list?

I'm trying to find a solution to this ever more important task.

Regards, Brendan

Lefteris Kavadas
Hi Brendan,

No unfortunately Econa does not support WebP images at the moment but this is definitely in our to-do list.
Please let me know if you have any questions.

Regards

Note: An active subscription is required in order to get support for our paid extensions. For our free extensions, if you don't have an account, register and then submit your support request.  In case you just want to ask a question, you can also use the contact form .

Firecoders
Are you using our extensions? Please post a review at the Joomla extensions directory!
Post a review