Skip to content

Commit 225ddac

Browse files
committed
Fix image without aspect ratio
1 parent a40df02 commit 225ddac

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.9.2",
2+
"version": "0.9.3",
33
"license": "MIT",
44
"main": "dist/index.js",
55
"typings": "dist/index.d.ts",

src/styles.css

+4
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,10 @@ img.notion-page-icon {
313313
max-width: 100%;
314314
}
315315

316+
.notion-asset-wrapper > img {
317+
max-width: 100%;
318+
}
319+
316320
.notion-asset-wrapper iframe {
317321
border: none;
318322
}

0 commit comments

Comments
 (0)