@ -272,7 +272,7 @@ textarea.form-control {
|
||||
border-color: var(--gcg-color-primary);
|
||||
}
|
||||
|
||||
.content *:not(details, details > *, .shortcode *, .alert *) {
|
||||
.content *:not(details, details > *, .shortcode *, .alert *, .video-js *) {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
|
@ -69,6 +69,14 @@
|
||||
});
|
||||
});
|
||||
|
||||
// video-js
|
||||
$(document).ready(function () {
|
||||
document.querySelectorAll("video.video-js").forEach((video) => {
|
||||
// @ts-ignore
|
||||
videojs(video, {});
|
||||
});
|
||||
});
|
||||
|
||||
// filter
|
||||
$(document).ready(function () {
|
||||
if ($(".filter-container").length != 0) {
|
||||
|
Reference in New Issue
Block a user