Full screen |
CSS |
Add the class full-screen to the component to make it fullscreen. Use the attribute data-offset="123" to adjust the header height.
|
Parallax usage |
Information |
-
Include the parallax script
<script src='prototype/scripts/parallax.min.js'></script>
-
Add the attributes
data-parallax="true" data-image-src="image.jpg" to the component.
|
Parallax options |
Information |
data-bleed="123" |
Adjust the vertical image offset.
|
data-natural-width="123" |
Set the original image width. Use it to improve the image appearance.
|
data-natural-height="123" |
Set the original image height. Use it to improve the image appearance.
|
|
Ken burn |
CSS |
Add one of the following classes to the component to apply a background animation: ken-burn-in ,ken-burn-center ,ken-burn-out .
|
Light color |
CSS |
Add the class light to the component to convert all colors to white. Use this feature for dark backgrounds.
|
Alignment |
CSS |
Add the class align-center or align-right to the component to align in the center or align right the contents.
|
Code location |
Information |
For information about the code location of this component visit the start here page.
|