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

Is it possible to hide the overview window? #222

Closed
bfeist opened this issue May 12, 2018 · 3 comments
Closed

Is it possible to hide the overview window? #222

bfeist opened this issue May 12, 2018 · 3 comments

Comments

@bfeist
Copy link

bfeist commented May 12, 2018

I'd like to cause a zoomed window to open and play without the overview being visible. Is this possible via configuration, or will it be a customization? Thanks!

@chrisn
Copy link
Member

chrisn commented May 12, 2018

This is a planned feature, yes. See also #2, which requests disabling the zoomable view. I'm going to close this a duplicate, as the solution will allow you to choose which kind of view you want.

@chrisn chrisn closed this as completed May 12, 2018
@dpigera
Copy link

dpigera commented Jul 7, 2018

@bfeist Not sure if this helps, but removing it on render from the DOM also works:

this.$('.overview-container').remove();

@chrisn
Copy link
Member

chrisn commented Jun 22, 2019

Resolved in release 0.10.0. Please see https://github.com/bbc/peaks.js/blob/master/demo/zoomable-waveform.html for an example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants