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

Problem with nuxt in static mode when running production #28

Open eliascarella opened 3 years ago

eliascarella commented 3 years ago

Hi there,

I've implemented the plugin in my nuxt project. It works perfectly in development mode but when doing npm run generate follower by npm run start (to run it in production mode) then it doesn't work. When inspecting the page in my browser I can still see the tags instead of the rendered tags that I see in dev mode.

Any help would be greatly appreciated !

I use the same setup as this answer bellow. @robin6505 in https://github.com/avidofood/vue-responsive-video-background-player/issues/24#issuecomment-776510855_

Teyz commented 2 years ago

@eliascarella Did you solve this problem ?

eliascarella commented 2 years ago

@Teyz No I did not, in the end I implemented it myself by hand.

pmochine commented 2 years ago

@Teyz I'm sorry! I would love to implement this, but I just don't have the time. If there is someone who cracks the issue, you are always welcome to add a pull request <3

aasutossh commented 2 years ago

@Teyz No I did not, in the end I implemented it myself by hand.

could you share the implementation?