slider
@@ -961,8 +961,7 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
|
|||||||
background: transparent; }
|
background: transparent; }
|
||||||
|
|
||||||
.parallax-mirror {
|
.parallax-mirror {
|
||||||
top: -80px;
|
top: -80px; }
|
||||||
height: auto; }
|
|
||||||
|
|
||||||
.programme {
|
.programme {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 7.7 MiB After Width: | Height: | Size: 4.5 MiB |
|
Before Width: | Height: | Size: 3.9 MiB |
|
Before Width: | Height: | Size: 730 KiB |
|
Before Width: | Height: | Size: 356 KiB After Width: | Height: | Size: 193 KiB |
|
Before Width: | Height: | Size: 387 KiB |
|
Before Width: | Height: | Size: 4.9 MiB After Width: | Height: | Size: 7.8 MiB |
|
Before Width: | Height: | Size: 3.3 MiB After Width: | Height: | Size: 3.4 MiB |
@@ -34,7 +34,7 @@ jQuery(document).ready(function($){
|
|||||||
|
|
||||||
// parallax slideshow
|
// parallax slideshow
|
||||||
$(document).ready(function() {
|
$(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 counter = 1;
|
||||||
var duration = 4000;
|
var duration = 4000;
|
||||||
|
|||||||
@@ -250,7 +250,7 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
|
|||||||
|
|
||||||
.parallax-window {
|
.parallax-window {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
// // background-size: contain;
|
// background-size: cover;
|
||||||
// height: 300vh;
|
// height: 300vh;
|
||||||
// width: 100%;
|
// width: 100%;
|
||||||
|
|
||||||
@@ -258,7 +258,7 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
|
|||||||
|
|
||||||
.parallax-mirror {
|
.parallax-mirror {
|
||||||
top: -80px;
|
top: -80px;
|
||||||
height: auto;
|
// height: auto;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||