From de2431dd91561ef5b8fe83a213a364bf2286b080 Mon Sep 17 00:00:00 2001 From: LC Date: Sat, 7 Oct 2023 16:16:30 +0200 Subject: [PATCH] Suppression des fichiers de travail --- module/album/vendor/js/size.js.backup | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 module/album/vendor/js/size.js.backup diff --git a/module/album/vendor/js/size.js.backup b/module/album/vendor/js/size.js.backup deleted file mode 100644 index 26b23e8..0000000 --- a/module/album/vendor/js/size.js.backup +++ /dev/null @@ -1,27 +0,0 @@ -$(function () { -// @Lionel 2019 -var taille = getComputedStyle(site).width; - switch(taille) - { - case '750px': - $('a.galleryPicture').css('height', '165px'); - $('a.galleryGalleryPicture').css('height', '110px'); - $('div.galleryGalleryName').css('font-size', '0.8em'); - break; - case '960px': - $('a.galleryPicture').css('height', '200px'); - $('a.galleryGalleryPicture').css('height', '135px'); - $('div.galleryGalleryName').css('font-size', '0.85em'); - break; - case '1170px': - $('a.galleryPicture').css('height', '235px'); - $('a.galleryGalleryPicture').css('height', '160px'); - $('div.galleryGalleryName').css('font-size', '0.9em'); - break; - default: - $('a.galleryPicture').css('height', '250px'); - $('a.galleryGalleryPicture').css('height', '185px'); - $('div.galleryGalleryName').css('font-size', '1em'); - break; - } -});