I love NSP GK5. It's really great Unfortunetly I have 1 problem with it. When coursor is over thumbnail it becomes larger and looses it's sharpness. I know that image is downsampled. I've found css which do this (gk.stuff.css 343):
- Code: Select all
.nspArt .nspImageWrapper:hover img {
transform: scale(1.1);
}
How can I make this thumbnails after mousover to look in high quality (without blur)?
Could it be done like this:
- generate larger thumbnail
- display it uses css " transform: scale(0.9);"
- on mouse over use css " transform: scale(1);"
?
Or maybe ther is another solution. Please help.