Hi,
IE in default can not resize the image using smoothing -> images in IE are jagged. This patch will ensure smooth images in IE. Please add to lightbox.css:

img {
	-ms-interpolation-mode: bicubic;
}

Works great. Sorry for my English.
djs_core

Comments

stella’s picture

Status: Patch (to be ported) » Fixed

Committed to CVS, thanks! I also backported it to 5.x. It'll be included in the next dev release of the module, available later today.

Cheers,
Stella

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.