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 coverResize the background image to cover the bakground.
The image may be stretched or cropped to fit.
containResize the background image to make sure the image is fully visible.
There may be space left over around the image.
stretchResize the image to cover the background, maintaining proportions.
repeatRepeat the image until it covers the background.
centerCenter the image in the view.
Does not change the image’s size.