Skip to content

How can I change the size of a GIF image on the blog index page that lists posts? #3396

Answered by dragonstyle
wostrie2 asked this question in Q&A
Discussion options

You must be logged in to vote

You should be able to specify an image-height for your listing, which will set the height for images and allow the width to scale automatically.

For example:

---
title: "blog"
listing:
  contents: posts
  sort: "date desc"
  type: default
  categories: true
  sort-ui: false
  filter-ui: false
  image-height: 150px
page-layout: full
title-block-banner: true
---

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@wostrie2
Comment options

@riteshrm
Comment options

@davidpassmore
Comment options

Answer selected by wostrie2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants