SP Easy Image Gallery - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

SP Easy Image Gallery

I

Ingo Dühring

General 4 months ago

How to disable zoom on hover image at SP Easy Image gallery?

0
1 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 months ago #195201

Hi Ingo,

Only by using Custom CSS. In Template Options > Custom Code > Custom CSS or use different area if you have not Helix-based template.

.speasyimagegallery-gallery-item, 
.speasyimagegallery-gallery-item:hover  {cursor: default; pointer-events: none;}

in Desktop/Tablet/Smartphone view is should disable Zoom and all typical actions for those thumbnails.

0