huytd / azeroth-js

:beer: Yet another Static blog engine. Built with :heart: for Github
216 stars 52 forks source link

Add cover image #6

Closed huytd closed 7 years ago

huytd commented 7 years ago

Ability to add a full width cover image (like Medium post)

xRahul commented 7 years ago

I can do this.. can you explain a bit as to how?

huytd commented 7 years ago

It's like the Full-Width image in Medium

https://help.medium.com/hc/en-us/articles/215679797-Images

The challenge here is we have the container div that has limited width, and we need to find a way to display the image over that container.

umer936 commented 7 years ago

I believe this is the best way to do it. Not sure how much better it can be due to the limits of Markdown. https://github.com/huytd/azeroth-js/pull/11

xRahul commented 7 years ago

@umer936 @huytd What if we implement full width image support in this post creation page? https://github.com/huytd/azeroth-js/issues/4#issuecomment-256553655

we can have it already implemented somehow in the downloaded file

huytd commented 7 years ago

Solved in #11