You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for developing this wonderful library.
In my app, it worked from displaying the video thumbnail and YouTube icon to the icon hover effect.
When I press the thumbnail, nothing happens and I can't play it.
I'm using Next.js to parse the article information retrieved from the CMS into html on the server side, is this the cause?
When I checked the html elements, it seemed that the following two types of link tags were missing when compared to demo.
When I checked the behavior with CodeSandBox, the thumbnail display did not work, but the playback did, so I figured that the lack of playback might be due to server-side processing.
The text was updated successfully, but these errors were encountered:
Thank you very much for developing this wonderful library.
In my app, it worked from displaying the video thumbnail and YouTube icon to the icon hover effect.
When I press the thumbnail, nothing happens and I can't play it.
I'm using
Next.js
to parse the article information retrieved from the CMS into html on the server side, is this the cause?When I checked the html elements, it seemed that the following two types of link tags were missing when compared to demo.
<link rel="preconnect" href="https://www.youtube-nocookie.com">
<link rel="preconnect" href="https://www.google.com">
demo
myApp
When I checked the behavior with CodeSandBox, the thumbnail display did not work, but the playback did, so I figured that the lack of playback might be due to server-side processing.
The text was updated successfully, but these errors were encountered: