serenader2014 / decent

A Ghost blog theme
52 stars 8 forks source link

Iframe css #13

Closed jwillmer closed 8 years ago

jwillmer commented 8 years ago

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 8 years ago

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).