This commit is contained in:
2021-06-04 12:57:23 +02:00
parent 28b6e2b493
commit 1f6ff4a56e
10 changed files with 4 additions and 5 deletions
@@ -961,8 +961,7 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
background: transparent; }
.parallax-mirror {
top: -80px;
height: auto; }
top: -80px; }
.programme {
z-index: 1;
Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 MiB

After

Width:  |  Height:  |  Size: 4.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 730 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 356 KiB

After

Width:  |  Height:  |  Size: 193 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 387 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 MiB

After

Width:  |  Height:  |  Size: 7.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 MiB

After

Width:  |  Height:  |  Size: 3.4 MiB

+1 -1
View File
@@ -34,7 +34,7 @@ jQuery(document).ready(function($){
// parallax slideshow
$(document).ready(function() {
var imgSrc = ["/user/themes/epau-antimatter/images/Thizy_Les_Bourgs_copyright_Communaute_de_l_Ouest_Rhodanien.jpg", "/user/themes/epau-antimatter/images/Dieulefit_copyright_Mairie_de_Dieulefit.jpg", "/user/themes/epau-antimatter/images/ARM161205-001.jpg", "/user/themes/epau-antimatter/images/copyright_Grenoble-Alpes_Metropole-Lucas_Frangella_1.jpg", "/user/themes/epau-antimatter/images/04_photo_ AE_PlanDAou_21.jpg","/user/themes/epau-antimatter/images/Solideo_110221_Village_Olympique_Web_copyright_Sennse-cbadet_082.jpg", "/user/themes/epau-antimatter/images/Solideo_041120_Fauchon_Web_copyright_Sennse-cbadet_012.jpg","/user/themes/epau-antimatter/images/AdobeStock_2478413.jpeg", "/user/themes/epau-antimatter/images/04_photo_ AE_PlanDAou_36.jpg",];
var imgSrc = ["/user/themes/epau-antimatter/images/Thizy_Les_Bourgs_copyright_Communaute_de_l_Ouest_Rhodanien.jpg", "/user/themes/epau-antimatter/images/ARM161205-001.jpg", "/user/themes/epau-antimatter/images/copyright_Grenoble-Alpes_Metropole-Lucas_Frangella_1.jpg", "/user/themes/epau-antimatter/images/04_photo_ AE_PlanDAou_21.jpg", "/user/themes/epau-antimatter/images/Solideo_041120_Fauchon_Web_copyright_Sennse-cbadet_012.jpg", "/user/themes/epau-antimatter/images/04_photo_ AE_PlanDAou_36.jpg",];
var counter = 1;
var duration = 4000;
@@ -250,7 +250,7 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
.parallax-window {
background: transparent;
// // background-size: contain;
// background-size: cover;
// height: 300vh;
// width: 100%;
@@ -258,7 +258,7 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
.parallax-mirror {
top: -80px;
height: auto;
// height: auto;
}