Skip to content
Snippets Groups Projects
Commit 90411602 authored by jojohoch's avatar jojohoch
Browse files

[player] Hide labels and tab buttons for pages

parent 5ffc05bc
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ export class LayoutComponent implements OnInit {
this.layoutAlignment = (this.alwaysVisiblePagePosition === 'left' || this.alwaysVisiblePagePosition === 'right') ?
'row' : 'column';
this.scrollPageMode = this.playerConfig.pagingMode ? this.playerConfig.pagingMode : 'separate';
this.hidePageLabels = false;
this.hidePageLabels = true;
this.maxWidth.alwaysVisiblePage = this.getAbsolutePageWidth(this.alwaysVisiblePage);
this.maxWidth.scrollPages = this.getScrollPagesWidth();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment