You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having trouble to come with pictures that fit perfectly the thumbnail and the top of every post. They seem to never fit both.
Is there any ideal dimension?
The text was updated successfully, but these errors were encountered:
@Becheler I noticed the same thing. From the example posts and images, there seemed to be several at about a 1.5 ratio...
width = 1.5 x height
1280 x 853
That size seems to work pretty well.
However, in several cases I decided it was just easier to use a different image, and I've created a pull request to allow that. #101
If that doesn't get merged, just look at the changes I made to index.html
With those changes in place you can add two optional front matter variables, thumb and subtitle
---
layout: post
title: "Post Title"
subtitle: "Some short post description" # subtitle for index page. Default: first 15 words of the post content
date: 2023-03-10 10:00:00 -0600
img: post-image.png # image to display at top of post
thumb: post-thumbnail.png # image for index page. Defaults to img if not provided.
tags: [] # add tag
---
I am having trouble to come with pictures that fit perfectly the thumbnail and the top of every post. They seem to never fit both.
Is there any ideal dimension?
The text was updated successfully, but these errors were encountered: