Hi,
Thank you for creating such a plugin.
I have 2 images with different resolutions as 200x200 & 400x400. Applied below code block
$('.square').nailthumb({
replaceAnimation:null
});
with below style:
.square {
width: 400px,
height: 400px
}
Image with 400x400 looked fine as it should be. But 200x200 image got distortion. Now, the some reason i am not allowed to change the resolution of 200x200 to 400x400.
Is there any way to fix this ? Thanks