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

Unable to insert an image in a dialog modal of Material Design Lite

如 codepen 中所示,class .mdl-dialog__content 不能用作容器,并且会根据图像的大小进行调整。不知道如何让它工作。谢谢。

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

给模态框那个图片作为背景

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

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