# 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.
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:
collapseGalleries
tofalse
notSelectableImages
with a CSS selector for the images that are in the sliderphotoGalleriesSlider
with a CSS selector of the slider container on the tenant's site.
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.