dropdown bottom bar mobile
All checks were successful
Deploy / Deploy to Production (push) Successful in 14s

This commit is contained in:
Julie Blanc 2026-02-25 17:13:46 +01:00
parent 662a55863d
commit bde54fa66d
6 changed files with 41 additions and 18 deletions

View file

@ -10,6 +10,7 @@ import { initSort } from './sort.js';
const responsiveMedium = 1080;
const responsiveSmall = 768;
const responsiveSmallX = 560;
window.onload = async function () {
console.log("SCRIPT LOADED");
@ -20,7 +21,7 @@ window.onload = async function () {
copyLink();
playVideo();
initDropdowns(responsiveSmall);
initDropdowns(responsiveSmall, responsiveSmallX);
initSwipers();
progressBar();