GavickPro / Portfolio-Free-Ghost-Theme

Simple portfolio theme for Ghost
MIT License
126 stars 39 forks source link

Image over post title #7

Closed boazhoch closed 9 years ago

boazhoch commented 9 years ago

Hey there @dziudek your theme is awesome, but please can you add more specified and detailed about how to add image over title for posts?

is there a markdown like ### or how to do it?

dziudek commented 9 years ago

Hello @boazhoch - thank you for your opinion about our theme. The image over the post title is achieved by a proper alternative text - it is described in the theme README.md file:

Featured images/videos The image or video placed at the beginning of the post will be used as a featured image/video on the post list. Additionally if you want to display the post over the title on the post page, you have to set the alternative text of the image to featured-image.

In theory you can use different images as a featured image on the posts’ list and on the post page (in this case you can add the featured-image alternative text to a different image).

The videos will be responsive thanks to the fitvids jQuery plugin.