The only way I could get this work was to use a css class inside the advanced option of the image block and add the css inside the appearance>>customize>>additional css box.
Not perfect as you have to move the mouse up or down and not left or right to go back to original size. Image also has to be centered or image jumps to the left or right when zoomed.
.className{transition: transform .2s;margin: 0 auto;}
.className:hover{-ms-transform: scale(1.5); /* IE 9 / -webkit-transform: scale(1.5); / Safari 3-8 */transform: scale(1.5);}
-
This reply was modified 11 months ago by nootkan. Reason: type O
-
This reply was modified 11 months ago by nootkan.