Describe the bug
rx.video does not support responsiveness in its width and height properties
To Reproduce
Steps to reproduce the behavior:
rx.video(
url="https://youtu.be/xxxxxxxxxxxxxxxx",
width = ["320px","320px","320px","320px","960px"],
height = ["180px","180px","180px","180px","540px"],
),
Expected behavior
Support responsive alternatives like the rest of components
- Python Version: 3.10.12
- Reflex Version: 0.3.4
- OS: linux ubuntu 22.04
- Browser (Optional): Chrome
Describe the bug
rx.video does not support responsiveness in its width and height properties
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Support responsive alternatives like the rest of components