How to display "autorotate plugin" icon on navbar when navbar is managed to not display all butons, as the "download" one #1461
Closed
Phil353556
started this conversation in
General
Replies: 0 comments
-
The solution is: navbar: [ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm sorry for this basic question. I discovered photo-sphere-viewer recently, it is really incredible, congratulations to make it happen.
I should like to not display the "download" icon in the navbar, so I use what it is written hereunder,
![image](https://private-user-images.githubusercontent.com/64729485/378215658-0d3def24-b394-4fbd-8d35-a142e7d5b432.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMDA1MTEsIm5iZiI6MTczOTIwMDIxMSwicGF0aCI6Ii82NDcyOTQ4NS8zNzgyMTU2NTgtMGQzZGVmMjQtYjM5NC00ZmJkLThkMzUtYTE0MmU3ZDViNDMyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDE1MTAxMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWE0ZGM1Nzk5MzNkZTA4YTkyOTYyZjcyNGY3ODFkMGZhNzk4ODVmOGI3MmI0ZjM1MmU2MjQ5NTE0ZmI0NzVjMTcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.E9lSVSIgEVV3bhaQNwuhy4G_6goX5bcHXMTA0AZFU7w)
and in the same time I would like to display the autorotate plugin icon:
I tried this one but it doesn't work.
navbar: [
'AutorotatePlugin',
'zoom',
'move',
'caption',
'fullscreen',
],
The goal:
![image](https://private-user-images.githubusercontent.com/64729485/378215757-42bbd3f6-cbce-4e87-be9a-908fa2cbacbb.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMDA1MTEsIm5iZiI6MTczOTIwMDIxMSwicGF0aCI6Ii82NDcyOTQ4NS8zNzgyMTU3NTctNDJiYmQzZjYtY2JjZS00ZTg3LWJlOWEtOTA4ZmEyY2JhY2JiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDE1MTAxMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTU1MGVhZjQ0YmU0MjVlYTJiY2JjODJkMmQ5OGQ3N2U3MDdlOWM0NDJiN2I2OWZhNDAzOGMwZDg0ZGMxY2RkNzEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.3R2lmCq2s3UjYYfTLKEsSQpmow-Im9FVOybmTJxHxDQ)
Any idea, any advise will be really welcome.
Best regards
Beta Was this translation helpful? Give feedback.
All reactions