miketierce

Results 3 comments of miketierce

With some help from the community, I was able to work around this issue and programmatically control the start and stop time of an embedded YouTube video in a VueJs...

I didn't appreciate this behavior but I think found a clever way around it by toggling a variable from the pause/stopped player events that will hide the iframe and display...

I just ran into a similar issue and fixed it by removing these additional packages from the nuxt build process. ```javascript // remove from nuxt.config.js import VuetifyLoaderPlugin from "vuetify-loader/lib/plugin"; import...