Saga is a theme designed to look beautiful with all your media, be it a collection of images, a video you've embedded or that nice panorama you took yesterday. To take a look at the various ways you can display your content, check out this post.
An overview of issues can be found over at waffle.io
Hop in to our chatroom and ask the developers directly or send a message to @reedyn on the official Ghost Slack.
This theme is tested in all major browsers and operating systems thanks to the support and sponsoring from BrowserStack ♥
There's two different ways to show quotation.
> Quoted text here
>
> ![Images work well inside a quote]()
>
> More text
<q>Your quote here, this will show up centered with a larger font-size and with a serif-font. Great for Quoting someone famous :)</q>
There are currently 4 different sizes an image can be displayed at:
- Small (add the fragment
#small
) - Normal (No need to add anything)
- Large (add the fragment
#large
) - Full (you add the fragment
#full
)
![Small image](//url-to-image.jpeg#small)
![Normal image](//url-to-image.jpeg)
![Large image](//url-to-image.jpeg#large)
![Full image](//url-to-image.jpeg#full)
That is done in the following manner (grouping together the images without an empty linebreak):
![Gallery 1](//url-to-image.jpeg)
![Gallery 2](//url-to-image.jpeg)
![Gallery 3](//url-to-image.jpeg)
![Gallery 4](//url-to-image.jpeg)
![Gallery 5](//url-to-image.jpeg)
Saga supports lightbox for your images. The example above modified to work with lightbox would look like this:
[![Gallery 1](//url-to-image.jpeg)](//url-to-larger-image.jpeg)
[![Gallery 2](//url-to-image.jpeg)](//url-to-larger-image.jpeg)
[![Gallery 3](//url-to-image.jpeg)](//url-to-larger-image.jpeg)
[![Gallery 4](//url-to-image.jpeg)](//url-to-larger-image.jpeg)
[![Gallery 5](//url-to-image.jpeg)](//url-to-larger-image.jpeg)