Skip to content

rx.video does not support responsiveness in its width and height properties #2363

@pedrojfernandez

Description

@pedrojfernandez

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    components buga bug in a specific component

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions