image max width

This commit is contained in:
Nycki 2024-09-13 19:17:04 +00:00
parent 4d8c22da03
commit f3f3e3233b
4 changed files with 11 additions and 5 deletions

View file

@ -2,8 +2,8 @@
title: Hey Cohost title: Hey Cohost
date: 2024-09-12 date: 2024-09-12
tags: tags:
- hey cohost - hey-cohost
- my-blog
--- ---
Holy shit I'm doing this. I'm... "blogging." Holy shit I'm doing this. I'm... "blogging."

View file

@ -3,9 +3,8 @@ title: Chost
date: 2024-09-12 date: 2024-09-12
tags: tags:
- chost - chost
--- ---
I put the cracker down first, then the cheese, then the hams. I put the cracker down first, then the cheese, then the ham.
that's my hors d'oeuvre operations. that's my hors d'oeuvre operations.

View file

@ -3,7 +3,7 @@ title: Request For Comments
date: 2024-09-12 date: 2024-09-12
tags: tags:
- question - question
- my-blog
--- ---
Does anyone have suggestions for comment boxes? I want something similar to [commentbox.io](https://commentbox.io/) but without anonymous comments (and I think $20/mo for that privilege alone is a little steep). I'm willing to self-host [schnack](https://schnack.cool/) but I was hoping for something I can recommend to other people without them having to self-host it. Does anyone have suggestions for comment boxes? I want something similar to [commentbox.io](https://commentbox.io/) but without anonymous comments (and I think $20/mo for that privilege alone is a little steep). I'm willing to self-host [schnack](https://schnack.cool/) but I was hoping for something I can recommend to other people without them having to self-host it.

View file

@ -267,3 +267,10 @@ a[href].header-anchor:focus,
h2 + .header-anchor { h2 + .header-anchor {
font-size: 1.5em; font-size: 1.5em;
} }
img {
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
}