I love NSP GK5. It's really great

- 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.