We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a40df02 commit 225ddacCopy full SHA for 225ddac
package.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "0.9.2",
+ "version": "0.9.3",
3
"license": "MIT",
4
"main": "dist/index.js",
5
"typings": "dist/index.d.ts",
src/styles.css
@@ -313,6 +313,10 @@ img.notion-page-icon {
313
max-width: 100%;
314
}
315
316
+.notion-asset-wrapper > img {
317
+ max-width: 100%;
318
+}
319
+
320
.notion-asset-wrapper iframe {
321
border: none;
322
0 commit comments