Edit Zoom?
-
.no-touchdevice .thumb:hover img, .touchdevice .thumb.hover img { -webkit-transform: translateZ(0) scale(0.97); -moz-transform: translateZ(0) scale(0.97); -ms-transform: translateZ(0) scale(0.97); -o-transform: translateZ(0) scale(0.97); transform: translateZ(0) scale(0.97); }You can insert this CSS into "Lay Options" -> "Custom HTML & CSS" and play with the scale value which is 0.97 here.
1 is 100% size.
Don't forget to put your css into both desktop and mobile css fields :+1: -
@arminunruh said:
.no-touchdevice .thumb:hover img, .touchdevice .thumb.hover img {
-webkit-transform: translateZ(0) scale(0.97);
-moz-transform: translateZ(0) scale(0.97);
-ms-transform: translateZ(0) scale(0.97);
-o-transform: translateZ(0) scale(0.97);
transform: translateZ(0) scale(0.97);
}vielen vielen dank!
-
Yeah probably, you should try it out, I think it works!
-
What kind of error? Do u have a screenshot?
-
Ok, so I tested it myself and I cannot reproduce the issue :/
It could be a general issue with WordPress, if I google that error text there seem to be many ppl who have the same problem. I don't know, maybe you can find a solution somewhere or maybe you can ask your webhost :/ Cause I have no idea why that happens sry!
