Skip to content

Commit 25ffa7f

Browse files
authored
Merge pull request #10 from groupeLIAMG/background_as_png_with_ia
PR: Make background image load faster
2 parents c52809d + b3117db commit 25ffa7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/images/Background_IA.png

1.74 MB
Loading

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,12 @@ <h1 class="light text-white m-t-5" data-swiper-parallax="-15%" style="font-famil
150150
<div class="mouse-scroll"></div>
151151
</div>
152152
</div> -->
153-
<!-- <div class="op-left bottom-right full-width full-vh z-index-1" data-vide-bg="assets/images/Background.png">
153+
<!-- <div class="op-left bottom-right full-width full-vh z-index-1" data-vide-bg="assets/images/Background_IA.png">
154154
</div>
155155
<div class="bottom-right full-width full-vh z-index-1 hidden demo-video-placeholder" data-pages-bg-image="assets/images/Screenshot.jpg"></div>
156156
<a id="start_tour" href="#" class="mouse-scroll">Start tour</a>
157157
<div class="video-overlay z-index-1 "></div> -->
158-
<div class="op-left bottom-right full-width full-vh z-index-1" data-pages-bg-image="assets/images/Background.png" data-bg-overlay="black" data-overlay-opacity="0.6">
158+
<div class="op-left bottom-right full-width full-vh z-index-1" data-pages-bg-image="assets/images/Background_IA.png" data-bg-overlay="black" data-overlay-opacity="0.6">
159159
</div>
160160
<!-- BEGIN ANIMATED MOUSE -->
161161

0 commit comments

Comments
 (0)