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.
2 parents 6002bb3 + 0eb59e6 commit ae9913eCopy full SHA for ae9913e
1 file changed
src/nodes/Preview.vue
@@ -92,6 +92,20 @@ export default {
92
}
93
94
95
+:deep(.plyr__video-wrapper) {
96
+ max-height: 400px;
97
+ overflow: hidden;
98
+}
99
+
100
+:deep(video),
101
+:deep(iframe) {
102
103
+ height: auto;
104
+ width: 100%;
105
+ display: block;
106
+ object-fit: contain;
107
108
109
// Align in upper right corner of preview image
110
.link-preview-header {
111
position: absolute;
0 commit comments