Vertically and Horizontally Center Image inside a Div, if you don't know Image's Size?

前端 未结 12 1095
庸人自扰
庸人自扰 2020-12-29 10:28

If I have a fixed sized container div, and an unknown sized image, how do I horizontally and vertically center it?

  • using pure css
  • using JQuery if css
12条回答
  •  南方客
    南方客 (楼主)
    2020-12-29 11:10

    I used

    .on('load', function () {
    

    instead

    .each(function(){
    

    used in this answer it helps to eliminate the problem with empty values ​​of height and width when the picture is not yet loaded

    
    
    
    
    

提交回复
热议问题