Lazyload bottom background

This commit is contained in:
Pablo Moyano 2020-03-14 04:39:20 +01:00
parent 04c9e54e24
commit cfd1123d5b
2 changed files with 3 additions and 3 deletions

4
cs.css
View File

@ -443,10 +443,10 @@ nav ul li ul li a {
/**********************************************************************************/ /**********************************************************************************/
.members { .members {
background-image: url(img/flp-dark.jpg); /* background-image: url(img/flp-dark.jpg); */
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: cover; background-size: auto;
background-attachment: fixed; background-attachment: fixed;
} }

View File

@ -314,7 +314,7 @@
</div> </div>
</div> </div>
<div class="members" id="contact"> <div class="members lazy" id="contact" data-bg="url(img/flp-dark.jpg)">
<div class="shape"> <div class="shape">
<div class="cmembers cmembers1"> <div class="cmembers cmembers1">
<h4>How do I become a member?</h4> <h4>How do I become a member?</h4>