Image size
- Image size
-
Display size for images in views.
When using images, you can specify how they are displayed by choosing one of several options:
Option Description Comment cover
Resize the background image to cover the bakground.
The image may be stretched or cropped to fit.
contain
Resize the background image to make sure the image is fully visible.
There may be space left over around the image.
stretch
Resize the image to cover the background, maintaining proportions.
repeat
Repeat the image until it covers the background.
center
Center the image in the view.
Does not change the image’s size.