Does anybody know how to force resize the image that opens in lightbox either in CSS or by hacking lightbox?
I know it’s not a good solution to having a fixed image size (should be done on upload) but it is a specific requirement of a client.
Thanks.
It’s not a bad solution having fixed size. Just set max-height or max-width (in CSS) to whatever (but not both)- The image will then scale correctly.
But all images must be same format, otherwise height / width may vary.
And if you set fixed size in CSS (width, height), then the images will be scewed.