无法在Material Design Lite的对话框模式中插入图像

时间:2016-08-16 20:44:41

标签: html5 image css3 material-design-lite

如同在码本中所示,班级.mdl-dialog__content不会作为容器工作,并根据图片的大小进行调整。不知道如何使这个工作。谢谢。

http://codepen.io/anon/pen/XKGrPz

1 个答案:

答案 0 :(得分:1)

给出图像作为背景的模态

.mdl-dialog {
  background: url('https://static.squarespace.com/static/52536652e4b007332ef4ecf4/52dec946e4b0ca499f87bce7/52dec978e4b0ca499f88ed14/1327377105003/1000w/CIPCreative_WHATEVER60.jpg');
}

或者,如果您想在html中保留该图片,请提供图片width:100%;