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
I had the same issue. I went into NodeModules folder and edited the bundle.esm.js, bundle.umd.js and bundle.cjs.js. It was set to display: none and I changed it to display: block; to get it to work properly on smaller screens.
Hi again guys,
I see in your VideoBg.module.css that you have 'display:none' set with a max-width of 768px, so basically tablets.
What's up with this?
I would like the background to show in mobile as well and likely have the ability to do a background-position: center center, or the like.
Also, your code in VideoBg.js relating to the wrapperClass and videoClass props is not quite clear, at least to me.
Do you think you could add those attributes to your demo, so one can quickly see how that works?
The text was updated successfully, but these errors were encountered: