You are here

background_video.libraries.yml in Background Video 8

File

background_video.libraries.yml
View source
  1. background_video:
  2. version: VERSION
  3. js:
  4. js/background_video.js: {}
  5. css:
  6. css/background_video.css: {}
  7. dependencies:
  8. - background_video/background_video.library
  9. background_video.library:
  10. version: VERSION
  11. js:
  12. /libraries/jquery-videobackground/script/jquery.videobackground.js: {}
  13. css:
  14. /libraries/jquery-videobackground/themes/ui-darkness/jquery-ui-1.8.12.custom.css: {}
  15. /libraries/jquery-videobackground/themes/jquery.videobackground.css: {}
  16. dependencies:
  17. - core/drupal
  18. - core/jquery
  19. - core/drupalSettings