nanogallery2 icon indicating copy to clipboard operation
nanogallery2 copied to clipboard

add video CSS

Open VioletKnight7 opened this issue 4 years ago • 0 comments

Fix for https://github.com/nanostudio-org/nanogallery2/issues/360 image

<style>
    .nGY2GThumbnailVideo {
        background-image: url(assets/icons/play-button-1.png);
        background-position: center;
        background-size: 70px;
        background-repeat: no-repeat;
      }
</style>

VioletKnight7 avatar Sep 24 '21 04:09 VioletKnight7