question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Feature-Request] Adding more control elements (like fullscreen button)

See original GitHub issue

Hi,

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:closed
  • Created 7 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
xiaolincommented, Dec 19, 2016

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.

0reactions
vntwcommented, Dec 19, 2016

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found