Causes images to not be cut off if too tall or wide.
Cinny Don't Crop Images by basil
Details
Authorbasil
LicenseMIT
Categorycinny
Created
Updated
Size365 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Cinny Don't Crop Images
@version 20240428.22.23
@namespace https://userstyles.world/user/Basil
@description Causes images to not be cut off if too tall or wide.
@author Basil
@license MIT
==/UserStyle== */
@-moz-document domain("app.cinny.in") {
img[title] {
object-fit: contain !important;
}
}