Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cevoid.com/llms.txt

Use this file to discover all available pages before exploring further.

Use dynamic galleries when the gallery content should depend on the page context. Dynamic galleries use a normal data-gallery value plus one additional attribute for product, collection, category, or brand. Start with Embed Galleries and Cards if you have not added the Cevoid widget script yet. Use data-product="auto" when the gallery should detect the current product from the page URL.
<div id="cevoid-container" data-gallery="GALLERY_ID" data-product="auto"></div>
You can also pass a product ID directly.
<div id="cevoid-container" data-gallery="GALLERY_ID" data-product="PRODUCT_ID"></div>
The product ID must match the product ID you send to Cevoid through your product catalog. Product page galleries use fallback settings from Cevoid when the selected product has no posts, so you do not need to build separate fallback logic on your site. Use data-collection="auto" when the gallery should detect the current collection from the page URL.
<div id="cevoid-container" data-gallery="GALLERY_ID" data-collection="auto"></div>
You can also pass a collection identifier directly.
<div id="cevoid-container" data-gallery="GALLERY_ID" data-collection="summer-2026"></div>
The collection name or ID must match the collection data you send to Cevoid. Use data-category="auto" when the gallery should detect the current category from the page URL.
<div id="cevoid-container" data-gallery="GALLERY_ID" data-category="auto"></div>
You can also pass a category identifier directly.
<div id="cevoid-container" data-gallery="GALLERY_ID" data-category="T-shirts"></div>
The category name or ID must match the category data you send to Cevoid. Category galleries prioritize posts related to the selected category, then include posts from child categories. Use data-brand="auto" when the gallery should detect the current brand from the page URL.
<div id="cevoid-container" data-gallery="GALLERY_ID" data-brand="auto"></div>
You can also pass a brand slug directly.
<div id="cevoid-container" data-gallery="GALLERY_ID" data-brand="your-brand-name"></div>