MichaelDimmitt
MichaelDimmitt
happy to answer any questions, thanks!
@josuablejeru , is this issue ready to be closed? Or is there something still pending?
@ronenmagid The Iframe that the project uses has an id called widget2 Add this change to your css file. 🙂 ```css #widget2{ height: 100vh width: 100vw } ``` Or however...
Turns out the widgets were dynamic. So when javascript was generating a new iframe it would increment the widget id. to get around this I put the styling on iframe...
Really the component should accept styles as props to be added to the parent div and the iframe. 🤷♂️
@ronenmagid , consider looking at https://github.com/tjallingt/react-youtube/issues/242 as ruisaraiva19 mentioned #242
If you just want the video 100%, figured this out by how ndom91 solved the problem in the previous answer. css file ```css #widget2{ height: 100vh width: 100vw } ```
@x29a ... I have a pull request contribution pending and no other contributions. but I see two solutions to your problem. the easiest way is a small change to the...
@AmrElTaieb, I package on my mac; So please take this advice with a grain of salt. However, consider trying ```bin/shoes package --jar C:\Users\Asd\Desktop\Shoes\Shoes.rb``` added "bin" to the beginning of your...
Do not move shoes4 location If you want shoes4 in a different location: Clone shoes4 down to that specific location.