# How to create an embed gallery

An embed gallery slider is a swipeable gallery in a tenant's Marfeel version. It is AMP-compatible, thanks to the AMP-Carousel module.

Embed gallery

If the original site uses a slider, you can configure it by identifying the selectors for the container and its children images to be included in the slider.

Add to the definition the following flags:

Example:

{
  "collapseGalleries": "false",
  "notSelectableImages": ".rslides img",
  "photoGalleriesSlider":".rslides"
}

TIP

The images are detected thanks to the photoGalleriesSlider flag. Using notSelectableImages ensures those images are not selected as top media additionally.

The AMP transformation is managed automatically by Jigsaw.