[Feature-Request] Adding more control elements (like fullscreen button)
See original GitHub issueHi,
I’d like to add more options/elements like the fullscreen button to the gallery and position them individually. Therefore, I need to be able to render additional DOM elements on the same level (within image-gallery-slide-wrapper
like here to not have the thumbnails complicate the absolute positioning).
Do you think that this is a valid use case you’re willing to support? It could be a callback defaulting to render nothing.
Thanks!
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Feature request: Disable "F" key from toggling fullscreen #1814
I am loading a good deal of content into a fancy box "inline" element. I'd like to be able to allow people to...
Read more >Full screen button - Rise 360 Discussions - E-Learning Heroes
I'm using Rise 360 as SCORM 1.2 packages in Moodle, having them open in a new window is poor for accessibility and when...
Read more >Fullscreen option in R package leaflet? - shiny - Stack Overflow
With the package leaflet.extras you can add a full screen control to your map. library(leaflet) library(leaflet.extras) leaflet() %>% addTiles() ...
Read more >[IMPLEMENTED] Feature Request: Presentation of Alternates
Hi, I would still like a keyboard shortcut hotkey to easily and seamlessly switch between alternates. The current method of switching takes too ......
Read more >8022 - Add address bar and other controls to full screen mode
It seems to me that full-screen mode is almost designed as a kiosk mode. But there is a distinctly separate --kiosk option for...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ah, the fullscreen view would exclude those options.
Sure I think we can support an additional render inside the wrapper. Feel free to open a PR.
The problem is, that my elements are not inside the image node
.image-gallery-slide-wrapper
, which means that I can’t simply do.my-controls { ..., bottom: 0; }
since they’ll be at the end of the surrounding container. Additionally, the controls are excluded from the fullscreen view, as far as I can see.