this post was submitted on 18 Jun 2023
80 points (100.0% liked)
/kbin meta
200 readers
2 users here now
Magazine dedicated to discussions about the kbin itself. Provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics. ---- * Roadmap 2023 * m/kbinDevlog * m/kbinDesign
founded 1 year ago
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Hm, the thread index is the main issue for me! Might try the script and modify it.
For example: https://i.imgur.com/1e0nTx1.png
Alright, I've updated it to
0.0.5
and now it handles both inline and fixed-size index thumbnails. The thumbnails on the index get cropped to fit the hard dimensions of the squares and maintain the correct aspect ratio. In the case of inline images, they just get scaled to 50% of the original size with no constraint on the height.Alright, those index thumbnails are confined to a 220x145 square, so we can handle those separately by using the
cover
method of theobject-fit
property to scale them. Give me a minute to update it...