Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
adds note about using an ID set in the config
Browse files Browse the repository at this point in the history
  • Loading branch information
cdowdy committed Jun 29, 2017
1 parent bb6d337 commit 8f1b75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cdn_url:

# breakdown of options available to use:
# * use_cdn: [true | false ] this defaults to false
# * video_id: gives the containing element an ID as a hook for styling :( or JavaScript :)
# * video_id: gives the containing element an ID as a hook for styling :( or JavaScript :) you should set this in your template if you plan to use this config group multiple times.
# * class: CSS class
# * attributes: [ 'autoplay', 'controls', 'muted', 'loop', 'playsinline' ] # dont use autplay please :)
# * preload: 'metadata' # options are metadata | auto | none
Expand Down

0 comments on commit 8f1b75e

Please sign in to comment.