JACKWYER Posted March 21 Share Posted March 21 Hi everyone! I'm currently trying to make my video blocks zoom in on hover, although instead of just zooming in, the whole video is enlarging. I followed a tutorial using image galleries and tried to adapt the code to fit video blocks instead by adding this piece of code: ".video-block{overflow:hidden!important}" But it doesn't seem to be working, any pointers please? Thankyou! Site URL: https://www.jackwyer.co.uk/music-videos Site pw: wyerwyer Link to comment
tuanphan Posted March 25 Share Posted March 25 Add to Design > Custom CSS .video-block:hover .sqs-video-wrapper { transform: scale(1.3); transition: all 0.3s; } .video-block { overflow: hidden; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment