Home › Forums › CSS › Vertically centred images with slideshow › Re: Vertically centred images with slideshow
May 8, 2012 at 6:38 am
#102490
Inactive
If your landscape and portrait images are always the same height, then padding the landscape ones will give you the effect you need. Otherwise, you will need to use some javascript to calculate based on maximum height what the padding on each image needs to be.