Image Gallery with Full Screen Image View | HTML, CSS & JavaScript

Поділитися
Вставка
  • Опубліковано 29 жов 2024

КОМЕНТАРІ • 5

  • @galileemason8813
    @galileemason8813 9 місяців тому +2

    you'll want to use position : "fixed" instead of "absolute" if you can scroll your page

  • @vivekdagar-lv1lf
    @vivekdagar-lv1lf Рік тому +5

    Source code

  • @Shinobihaken9751
    @Shinobihaken9751 2 роки тому +1

    thanks a lot

  • @ant7lop
    @ant7lop Рік тому +1

    please

  • @KuraKurd96
    @KuraKurd96 7 місяців тому +1

    thank You it's veary good and usefull 🌷🌷🌷🌷🌷🌷
    i change postion to fixed not absolute
    and display to flex, not bolck
    and
    document.getElementById("fullImgVe").style.justifyContent = "center";
    document.getElementById("fullImgVe").style.alignItems = "center";