Iframe css
jwillmer opened this issue · 1 comments
jwillmer commented
Please include css for iframes in posts:
.single-post .post-content {
iframe {
min-height: 350px;
}
iframe {
width: 90%;
max-width: 650px;
margin-left: auto;
margin-right: auto;
word-wrap: break-word;
}
}
usage:
<iframe src='https://view.officeapps.live.com/op/embed.aspx?src=http://img.labnol.org/di/PowerPoint.ppt' frameborder='0'></iframe>
serenader2014 commented
Added in v1.1.3. And also the dl element. Actually I have added all the block level tags to apply this style(except some tags).