Quantcast
Channel: Making Jekyll img's wider than the text? - Stack Overflow
Browsing latest articles
Browse All 4 View Live

Answer by Mr. Hugo for Making Jekyll img's wider than the text?

You can also choose to create an HTML block. This is done by wrapping an img tag in a div like this:line<div><img src="image.jpg" /></div>lineNo clean markdown, but a pretty clean...

View Article



Answer by Mr. Hugo for Making Jekyll img's wider than the text?

I think Davids answer is really good. However, if you have no problem solving this with jQuery, you can do this:$('.content > p > img').parent().css('padding','0');That way your markdown will...

View Article

Answer by David Jacquel for Making Jekyll img's wider than the text?

I understand that you are writing your post/page in markdown.In order to apply a specific style to the P container you can use kramdown block attributes to set a class on it.Some test![Alt...

View Article

Making Jekyll img's wider than the text?

For my Jekyll blog, I want the images to span the whole width of the column, while having padding on either side of the text, like this:...

View Article
Browsing latest articles
Browse All 4 View Live


Latest Images