jekyllt / jasper

Full-featured Jekyll port of Ghost's default theme Casper 👻
https://jekyller.github.io/jasper/
MIT License
581 stars 348 forks source link

How to set text around img #49

Open alvarmaciel opened 6 years ago

alvarmaciel commented 6 years ago

Hi, As I told you before, i'm newbie. I want to set text around img. I know that I cant do it with kramdown but when I set the stile to the img (in an html line) the img stay outside of the post border. Should I have to set a class or something like that in the img tag?

biomadeira commented 6 years ago

@alvarmaciel can you show some example of you want to do, and what you got so far?

alvarmaciel commented 6 years ago

Hi, I'am trying to set something like this <img style="float: right; margin:10px;" src="gort.gif" alt="fig1" width="80" height="80" /> but the image go outside of the post border. thanks!