Enlarge book cover on mouse hover
Is there a way to enlarge the book cover in the details window in a pop up on mouse hover, so that details can better viewed.
I've tried
image:hover {
transform: scale(2.0);
}
in the book details config tab, but no luck.
|