vue-youtube-embed icon indicating copy to clipboard operation
vue-youtube-embed copied to clipboard

Vue.js and YouTube

Results 51 vue-youtube-embed issues
Sort by recently updated
recently updated
newest added

Suggestion to provide a "responsive=true" parameter. This option would include a wrapper div with below css styling: ``` .video-responsive{ overflow:hidden; padding-bottom:56.25%; position:relative; height:0; } .video-responsive iframe{ left:0; top:0; height:100%; width:100%;...

Bumps [karma](https://github.com/karma-runner/karma) from 2.0.4 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...

dependencies

Hello guys, do you have plan to give support for clipped video urls? like https://youtube.com/clip/{{id of the clipped video}} Thanks in advance!

Bumps [chownr](https://github.com/isaacs/chownr) from 1.0.1 to 1.1.4. Commits 814f642 1.1.4 a0d7ae0 push to github before npm 1a3667a ignore stuff 147eac4 Full tests, handle errors properly in many cases 578fb9f update tap,...

dependencies

We're using vue-youtube-embed and it works well. However, we found the video page has high "Largest Contentful Paint" ( https://web.dev/lcp/ ) affecting core web vital statistics. We would like to...

Bumps [tar](https://github.com/npm/node-tar) from 4.4.4 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...

dependencies

Running into the following issue trying to use `vue-youtube-embed` on Vue 3 RC Installed `vue-youtube` via `npm`, and imported it into my project globally in `main.js` ([Vue 3 docs](https://v3.vuejs.org/guide/migration/global-api.html#a-note-for-plugin-authors)). **`main.js`**...

When trying to use an ionic5 App with vue 3.0. Fails with following error ``` uncaught TypeError: Vue.prototype is undefined install vue-youtube-embed.js:224 ```

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.5&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

I have got problem with vue-youtube-embed. I don't know to implement in Nuxt.js project. I had install vue-youtube-embed across npm. Do anybody can to write the implementation process? PLS

nuxt