This commit is contained in:
2025-05-22 21:14:06 +02:00
parent 1fdfa335ef
commit 6156666ed4
3 changed files with 2 additions and 7 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -92,7 +92,7 @@ jQuery(function ($) {
.replace(/(^-|-$)/g, '');
$(this).addClass('type-media-' + className);
});
console.log(media);
console.log("classses media");
// SLIDES RECONSTRUCTION LORS DU CHARGEMENT COMPLET
$(window).on('load', function () {
const $viewContent = $('.path-ressources .view-content').first();
@@ -280,12 +280,7 @@
height: 0;
overflow: hidden;
}
.view-content{
transition: opacity 0.3s ease;
display: flex;
flex-direction: row;