The Big Spring Sale! Up to 50% off!

Multi image format support

hello15122
1 Posts
hello15122 posted this 28 June 2021
Wishlist

Option for images to be uploaded in multiple formats like png, webp and jpeg XL using this sort of html format so the browser can load whatever image format it supports:

<picture>
    <source type="image/jxl" srcset="test_Island.jxl">
    <source type="image/webp" srcset="test_Island.webp">
    <img src="test_Island.png" alt="island">
</picture>

at least for html page exports

Option for images to be uploaded in multiple formats like png, webp and jpeg XL using this sort of html format so the browser can load whatever image format it supports: <picture> <source type="image/jxl" srcset="test_Island.jxl"> <source type="image/webp" srcset="test_Island.webp"> <img src="test_Island.png" alt="island"> </picture> at least for html page exports

Last edited 28 June 2021 by hello15122

Vote to pay developers attention to this features or issue.
1 Reply
Order By: Standard | Newest
Support Team
Support Team posted this 28 June 2021

Hi Owen,

Thanks for your suggestion, we'll consider it for our wishlist.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Owen, Thanks for your suggestion, we'll consider it for our wishlist. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments