It would be very useful to be able to size the component the way you need it, like if you load a 16:9 image, specify a width of 800px and that's it. Currently, the interface will expand the whatever the image size is which is not quite ok.
note There is an expensive workaround to this that I can think of, resize the image in-browser and create the blob URL for it afterwards.
Any other suggestions?
It would be very useful to be able to size the component the way you need it, like if you load a 16:9 image, specify a width of
800pxand that's it. Currently, the interface will expand the whatever the image size is which is not quite ok.note There is an expensive workaround to this that I can think of, resize the image in-browser and create the blob URL for it afterwards.
Any other suggestions?