Streamlit component that allows you to embed Cloudinary's Product Gallery Widget into your application.
Project description
streamlit_cld_product_gallery_widget
Streamlit component that allows you to embed Cloudinary's Product Gallery Widget into your application.
Installation instructions
pip install streamlit_cld_product_gallery_widget
Usage instructions
import streamlit as st
from streamlit_cld_product_gallery_widget import cld_product_gallery_widget
cld_product_gallery_widget(
cloud_name = 'demo',
mediaAssets=[{'tag':'logo'}]
)
Detailed Usage
Cloudinary's Product Gallery is an interactive user interface for displaying your products to your users on your website or application. In this Streamlit app, we expose a few of the available options for the product gallery. For full details, please refer to the api documentation.
Parameter | Purpose | Default Value |
---|---|---|
cloud_name | Name of your Cloudinary product environment | None. Required value |
mediaAssets | Populates the widget with all the media assets given as an array of assets. The individual assets in the array can be described either by an Asset object or by a PublicID string (as a shortcut for images only). | None. Required value |
placeholderImage | Whether to load and display a low-quality blurred placeholder image while waiting for the higher quality image, instead of a loading spinner. | TRUE |
sortProps | An object that defines how to sort the assets for display in the Product Gallery. | { "source": "public_id", "direction": "asc" } |
viewportBreakpoints | An array of breakpoints for the viewport (browser window), together with the Product Gallery configuration parameters to override when the width of the Product Gallery widget is less than the given breakpoint | None |
aspectRatio | The aspect ratio of the main viewer. | "square" |
imageBreakpoint | The step size for rounding up the width of responsive images in pixels. | 250 |
videoBreakpoint | The step size for rounding up the width of responsive videos in pixels. | 250 |
preload | An array indicating which media assets should be preloaded into the browser cache when the Product Gallery widget is initialized. [] indicates load the first image | [] |
transition | The effect to apply while transitioning between assets. | slide |
zoom | Whether to activate the zoom functionality for images. | TRUE |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file streamlit_cld_product_gallery_widget-0.1.0.tar.gz
.
File metadata
- Download URL: streamlit_cld_product_gallery_widget-0.1.0.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 388ee76c7e0c54924ac68a9e635506c494a8dd813d86ce31255be2e4491c310e |
|
MD5 | e7e7cf64f2cf451679e323810154cb55 |
|
BLAKE2b-256 | 2c8fc7d9d57c4318c67ae33f8acaece51e2a962a3cc40a6d70541239793a65a0 |
File details
Details for the file streamlit_cld_product_gallery_widget-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: streamlit_cld_product_gallery_widget-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b881287fc06bf9f9f615785b037c7650542a5b767065123736a533a1fcf84287 |
|
MD5 | 4baf07d7236c7ff1c656ffc230cde03f |
|
BLAKE2b-256 | 471c348e3d66caceb831186cfcb49d07792028161af0778ddcc23be678de5433 |