File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/resources/extensions/quarto/video Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ local videoJSBuilder = function(params)
160160 VIDEO_SHORTCODE_NUM_VIDEOJS = VIDEO_SHORTCODE_NUM_VIDEOJS + 1
161161 local id = " video_shortcode_videojs_video" .. VIDEO_SHORTCODE_NUM_VIDEOJS
162162
163- local SNIPPET = [[ <video id="{id}"{width}{height} class="video-js vjs-default-skin {fluid}" controls preload="auto" data-setup='{}' title="{title}"><source src="{src}"></video>]]
163+ local SNIPPET = [[ <video id="{id}"{width}{height} class="video-js vjs-default-skin vjs-big-play-centered {fluid}" controls preload="auto" data-setup='{}' title="{title}"><source src="{src}"></video>]]
164164 local snippet = params .snippet or SNIPPET
165165 snippet = replaceCommonAttributes (snippet , params )
166166 snippet = interpolate {
You can’t perform that action at this time.
0 commit comments