-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
This is a tracker issue for related work planned for lightbox enhancements in AMP.
- Define a JavaScript interface for
lightboxable
. Any AMP or DOM element implementing this interface will become lightboxable and a candidate for discovery for auto-lightboxing. This contact defines exactly what properties and functionality elements need to provide to be lightboxable. (e.g. thumbnail, description, etc.. ) - Generic lightbox functionality for any element. (similar to toFullScreen API)
- Swipe navigation Lightbox 2.0: Support swipe navigation #8077
- Custom lightbox for images with zoom and pan Lightbox 2.0: Support custom image functionality #8078
- Custom lightbox for video players with autoplay
- Experimental launch with two flags
- Focused view
- Detailed view Lightbox 2.0 - Implement Details View #5151
- Grid view
- Lightboxable discovery service and grouping (automatically discover Lightboxable elements and groups them into one ore multiple lightbox albums)
- Documentation & DevRel work
su-narthur and nemonweb