Skip to content

Notion Image Size by Zizi

Details

AuthorZizi

LicenseNo License

CategoryNotion

Created

Updated

Size457 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A new userstyle

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           chatgpt.com/c/b3fe5527-71ad-47c2-bd0e-8541d6b5b591
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document url-prefix("https://www.notion.so/*") {}
.notion-collection-item img {
	.notion-collection-item img {
		width: 500px;
		height: auto;
		max-height: 900px;
		object-fit: cover;
		align-items: center;
		max-width: 100%;
	}
}

Reviews

No reviews yet.