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.

[amp-lightbox]: Enable scrollable lightbox

See original GitHub issue

Enable lightbox content to be optionally scrollable <amp-lightbox scrollable>

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:27 (11 by maintainers)

github_iconTop GitHub Comments

2reactions
aghassemicommented, Nov 30, 2016

@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.

2reactions
ericlindley-gcommented, Nov 29, 2016

+1 to accelerating just the scrollability piece, as @aghassemi says

Read more comments on GitHub >

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

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