UNPKG

hexo-theme-next

Version:

Elegant and powerful theme for Hexo.

10 lines (7 loc) 256 B
/** * video.js | https://theme-next.js.org/docs/tag-plugins/ */ 'use strict'; module.exports = function(args) { return `<video src="${args[0]}" preload="metadata" controlslist="nodownload" controls playsinline poster="${args[1] || ''}"></video>`; };