Closed (fixed)
Project:
Lightbox2
Version:
6.x-1.9
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
31 Mar 2009 at 09:04 UTC
Updated:
28 Apr 2009 at 13:00 UTC
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
Comment #1
stella commentedCommitted 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