[amp-lightbox]: Enable scrollable lightbox
See original GitHub issueEnable lightbox content to be optionally scrollable <amp-lightbox scrollable>
Issue Analytics
- State:
- Created 7 years ago
- Comments:27 (11 by maintainers)
Top Results From Across the Web
Google amp-lightbox: content higher then screen, not possible ...
I`m try to make google amp lightbox with a long text, not fitting ligntbox on some devices, using scrollable attribute in lightbox tag....
Read more >How To Make Your Lightbox Scrollable? - Jotform
Hi,. You can try adding this CSS code in your webpage, under the <head></head> tag. <style>. div.jt-feedback {. overflow: scroll;. }.
Read more >Documentation: <amp-lightbox-gallery> - amp.dev
Tapping on any <amp-img> opens the image in a lightbox gallery. The lightbox gallery does image-handling (e.g., zoom and pan), enables swiping to...
Read more >@ampproject/amp-lightbox - npm
When the scrollable attribute is present, the content of the lightbox can scroll when overflowing the height of the lightbox. Preact/React ...
Read more >scrollable lightbox bug - CodePen
<button on="tap:my-lightbox3">Open lightbox 3</button>. 15. <amp-lightbox id="my-lightbox3" layout="nodisplay" scrollable="true">.
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 Free
Top 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
@philippklemmer @ebbeck Fix in progress in https://github.com/ampproject/amphtml/pull/6398 which will introduce a new attribute (
scrollbale
) on<amp-lightbox>
when set, it should behave similar to any vertically scrollable container and single-finger swipes should scroll the content.+1 to accelerating just the scrollability piece, as @aghassemi says