Open matthew-carroll opened 2 months ago
The ImageSlide displays an image. It appears that the only display option is to shrink the image to fit in the available space, centered.
ImageSlide
I'd like to be able to scale my image to fill all space (crop), and also control the alignment of the cropped image.
ImageSlide should support a BoxFit as well as an alignment.
BoxFit
Good catch, completely agree.
The
ImageSlide
displays an image. It appears that the only display option is to shrink the image to fit in the available space, centered.I'd like to be able to scale my image to fill all space (crop), and also control the alignment of the cropped image.
ImageSlide
should support aBoxFit
as well as an alignment.