Open breengles opened 6 months ago
@pngwn what's your take on this? (would be useful IMHO)
It's very useful, and there've been some people asking me for this. Could the author add this option? Many thanks!@pngwn
FIY: if you need specific format in output you can pass in paths to images - then they will be available in slider in their respected extensions
Yeah, thanks. I know what you mean, and it can be done that way. However, it needs to change many existing codes, so I still hope the author can update this function.
Currently, images saved from the ImageSlider component are in webp format. This PR adds option to override this by setting
image_format
property with default value matching previouswebp
format.As a workaround, you can pre-save images in the desired format and send them to slider as filepaths:
and then smth like that