xxxxxxxxxx
1
<div class="filler"></div>
2
3
<div class="parallax"
4
data-mdb-image-src="https://mdbcdn.b-cdn.net/img/Photos/Slides/3.webp"
5
data-mdb-max-height="350"
6
data-mdb-vertical-alignment="bottom">
7
</div>
8
9
10
<div class="filler"></div>
11
xxxxxxxxxx
1
.filler {
2
height: 400px;
3
}
4
5
.parallax img {
6
/* here change top value to whatever you need */
7
top: -150px !important;
8
}
1
1
Console errors: 0