pull/1/head
Jan Umbach 2024-05-30 12:24:44 +02:00
parent 167f06dfd8
commit c60e8c021e
2 changed files with 6 additions and 1 deletions

View File

@ -46,7 +46,7 @@
// get video element
let videoElement = this.shadowRoot.querySelector('shx-video');
videoElement.classList.add('shx-video-for-desc');
}

View File

@ -29,6 +29,11 @@
object-fit: cover;
}
.shx-video-for-desc {
max-width: 100%;
width: 200px;
}
{% endstyle %}
<script type="text/javascript">