nova-youtube-field icon indicating copy to clipboard operation
nova-youtube-field copied to clipboard

Laravel Nova Youtube Field

Results 6 nova-youtube-field issues
Sort by recently updated
recently updated
newest added

It would have been nice to have the option to have the thumbnail bigger and the videos playable straight from the index view instead of only being available on the...

For example: https://youtu.be/LtK72R3ymvI?list=PLJPRYJOPv4pRs9MeQgfm_sK5e5UqMCFGN&index=3 The value in the field will still be the original value, not `LtK72R3ymvI`. The issue appears to be caused by this line: https://github.com/Media24si/nova-youtube-field/blob/dc45bf0f1be948cf860948b93d46106354964d98/src/Youtube.php#L46 This is because it...

Fixes #1 To make the iframe responsive, I used the CSS from this answer https://stackoverflow.com/a/54924505/5341740. This also makes it look better with [nova-flexible-content](https://github.com/whitecube/nova-flexible-content): | before | after | | ---...

Hi there, great field for nova. One minor thing: Could you make the iframe responsive for the detail view? Probably just need to copy the css and html from bootstrap...