avidofood / vue-responsive-video-background-player

Play your own videos in background responsively in different resolutions.
https://avidofood.github.io/vue-responsive-video-background-player/
MIT License
292 stars 36 forks source link

remove $-prefix that can break legacy code on same site #41

Open tsekka opened 1 year ago

tsekka commented 1 year ago

I'm adding new features to a site that has other parts built with jquery. Everything was playing nice so far, but installing this module breaks other parts of the site. This seems to fix the issue. It could happen to others, so maybe removing the $-prefix would be good idea.

pmochine commented 1 year ago

Going to update today or tomorrow <3 Thanks