# Liquid tag for embedding video.js players from assets, mirroring how images
# are embedded via plain relative paths (see _includes/head.html's tag).
#
# Syntax:
# {% video urls [class names] [width height] [preload:auto|metadata|none] %}
#
# `urls` is a comma-separated list of one or more relative asset paths, used
# as elements (multiple formats/resolutions). Everything after that
# is free-form, order-independent tokens classified by shape:
# - preload:auto|metadata|none -> preload attribute
# - a bare integer -> width, then height
# - anything else -> appended to the CSS class list
#
# The rendered markup is a plain HTML5