max-holland / Peeves

A free premium ghost theme
MIT License
109 stars 30 forks source link

Suggestion list and images #5

Closed b992 closed 10 years ago

b992 commented 10 years ago

Hello! The theme is so minimal and so good. But the uploaded images and the embedded youtube videos seems strange on small displays. I attach an image that shows the strange/wrong image widths and heights on iOS 7.

For the more seamless pagination and better reading experience you could implement infinite scroll. (only if that's possible for ghost for now at this moment). :)

For photoblogging options (if ghost allows it, and yep i wanna do a photoblog, and i'm not a coder) you could implement some lightbox solution such as http://www.frescojs.com/ It's free, fast and beautiful.

Keep up the good work! :) Thank you for your help! :)

img_1516

max-holland commented 10 years ago

Hey! :)

I'll take a look! Videos and images should just be 100% width of the container and height just be auto.

Infinite scroll has been requested already, I'll have a look at implementing it ASAP.

I can add a lightbox that's a pretty quick thing :)

max-holland commented 10 years ago

Lightbox & video fix added into static files, just need to apply to ghost template now.

b992 commented 10 years ago

Ohh that's awesome :D

max-holland commented 10 years ago

Released the version with image light box and better video scaling. Infinite scroll will take me a bit longer to implement :+1:

b992 commented 10 years ago

awesome :D works like charm :D thank you :) Is there any way to show the blog's cover image at the post's header at default? Instead of custom images.

max-holland commented 10 years ago

There is but it would involve changing your code.

I've implemented the infinite scroll, i just need to style it and test it.

max-holland commented 10 years ago

Infinite scroll added and released