Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Player stretch_width doesn't move the slider #538

Closed
ahuang11 opened this issue Jul 18, 2019 · 1 comment · Fixed by #1360
Closed

Player stretch_width doesn't move the slider #538

ahuang11 opened this issue Jul 18, 2019 · 1 comment · Fixed by #1360
Labels
type: bug Something isn't correct or isn't working
Milestone

Comments

@ahuang11
Copy link
Contributor

player = pn.widgets.Player(
    start=0, end=0,
    value=0, loop_policy='loop',
    sizing_mode='stretch_width'
)
player

image

@ahuang11
Copy link
Contributor Author

Workaround:


                    pn.Row(
                        pn.Spacer(sizing_mode='stretch_width'),
                        player
                        pn.Spacer(sizing_mode='stretch_width'),
                        sizing_mode='stretch_width'
                    )

@jsignell jsignell added the type: bug Something isn't correct or isn't working label Jul 25, 2019
@philippjfr philippjfr added this to the v0.8.x milestone Jan 20, 2020
@philippjfr philippjfr modified the milestones: v0.8.x, v0.9.0, v0.9.2 Mar 12, 2020
@philippjfr philippjfr modified the milestones: v0.9.2, v0.9.4 Mar 21, 2020
@philippjfr philippjfr modified the milestones: v0.9.4, v0.9.5, v0.9.6 Apr 2, 2020
@philippjfr philippjfr modified the milestones: v0.9.6, v0.10.0 May 19, 2020
@philippjfr philippjfr modified the milestones: v0.10.0, v0.9.6 Jun 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't correct or isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants