issues
search
zakodium-oss
/
react-roi
https://react-roi.pages.dev/
https://react-roi.pages.dev/
0
stars
0
forks
source link
Resize options
#66
Closed
stropitek
closed
11 months ago
stropitek
commented
11 months ago
Additional
resize
option:
contain
: make sure the whole image is visible within the container
cover
: minimal size such that the container is completely covered by the image. Center of image and center of container are aligned.
center
: does not resize, only aligns center of image and center of container
none
: nothing => top left corner of image and container are aligned
Additional
resize
option:contain
: make sure the whole image is visible within the containercover
: minimal size such that the container is completely covered by the image. Center of image and center of container are aligned.center
: does not resize, only aligns center of image and center of containernone
: nothing => top left corner of image and container are aligned