Center vertically img responsive
问题 Is there any method for vertically center a resposnive img without know height and width and without using display: table or position: absolute/relative? The specific problem is that I am using bootstrap carousel and I want to center img responsive in different resolutions. So I can't use position attribute because the carousel has this attribute and bootstrap use display: table, so I can't use this. I don't know the dimensions of the image because there are added dinamycally with PHP I try