Welcome to mirror list, hosted at ThFree Co, Russian Federation.

video.js « nodes « markdown « behaviors « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aa1088826da8a258764d97007755f69168752f77 (plain)
1
2
3
4
import playable from './playable';

// Transforms generated HTML back to GFM for Banzai::Filter::VideoLinkFilter
export default () => playable({ mediaType: 'video', extraElementAttrs: { width: '400' } });