Resize an image to fit in div

前端 未结 5 753
我寻月下人不归
我寻月下人不归 2021-01-17 15:57

How can I resize the image to fit in the size of the div piecemaker-container?

5条回答
  •  余生分开走
    2021-01-17 16:23

    #piecemaker-container div, #piecemaker-container img {
    width: 100%;
    height: 100%;
    }
    

    This should do it.

提交回复
热议问题