We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 965ff6a commit 828ab9fCopy full SHA for 828ab9f
1 file changed
app/components/Readme.vue
@@ -444,6 +444,11 @@ function handleClick(event: MouseEvent) {
444
z-index: 1;
445
}
446
447
+/* With defined width, height will be automatically calculated using the aspect ratio */
448
+.readme :deep(img[width]) {
449
+ height: auto;
450
+}
451
+
452
.readme :deep(video) {
453
height: revert-layer;
454
display: revert-layer;
0 commit comments