In this Slider Revolution video, I will show you how to create an Instagram Reels gallery.
Purchase Slider Revolution:
https://themepunch.pxf.io/doY6dj
Instagram Video Downloader:
https://toolzu.com/downloader/
CSS Drop Shadow Generator:
https://shadows.brumm.af/
Example Website:
https://mybird.com/
Timestamps:
- 0:00 Introduction
- 1:34 Step 1 – Download Instagram Assets
- 4:16 Step 2 – Add Video Layers and CSS Class
- 7:54 Step 3 – Add CSS Code
- 10:20 Step 4 – Add Layer Actions
CSS Code:
rs-poster { cursor:auto; }
.instagramcard:hover{transform:scale(1.2)!important;}
.instagramcard.cardhover{transform:scale(0.9)!important;opacity: 0.3!important;}
.instagramcard{transform:scale(1)!important;transition: all .2s ease-in-out;box-shadow:1.3px 1.5px 2.4px rgba(0, 0, 0, 0.154),10px 12px 19px rgba(0, 0, 0, 0.39);}