Parallax
info
Props
Attribute | Description | Type | Default |
---|---|---|---|
alt | Attaches an alt property to the parallax image. | string | undefined |
class | Allows custom properties to take effect. | string | undefined |
src | The image to parallax. | string | 'https://cdn.vuetifyjs.com/images/parallax/material.jpg' |
height | Sets the height for the component. | string|number | 500 |
srcset | A set of alternate images to use based on device size. | string | Undefined |
tabindex | Allows component to give and receive focus. | number | undefined |
visible | Visibility of Parallax component. | boolean | true |