{"id":28350,"date":"2022-07-14T08:32:07","date_gmt":"2022-07-14T08:32:07","guid":{"rendered":"http:\/\/create-an-e-commerce-product-gallery-in-remix"},"modified":"2022-07-14T08:32:07","modified_gmt":"2022-07-14T08:32:07","slug":"create-an-e-commerce-product-gallery-in-remix","status":"publish","type":"post","link":"https:\/\/cloudinary.com\/blog\/guest_post\/create-an-e-commerce-product-gallery-in-remix\/","title":{"rendered":"Create an E-Commerce Product Gallery in Remix"},"content":{"rendered":"<div class=\"wp-block-cloudinary-markdown \"><h1>Create an E-Commerce Product Gallery in Remix<\/h1>\n<p>Remix is a full-stack React framework for building web applications that provides several useful features such as server-side rendering, file-system-based routing, TypeScript support, built-in support for cookies and sessions, and more.<\/p>\n<p>In this article, we will build an e-commerce product gallery with Remix and Cloudinary\u2019s Product Gallery widget.<\/p>\n<h2>Sandbox<\/h2>\n<p>The completed project is on <a href=\"https:\/\/codesandbox.io\/s\/remix-ecom-gallery-pihich\">CodeSandbox<\/a>. Fork it and run the code.<\/p>\n<Codesandbox id=\"remix-ecom-gallery-pihich\" title=\"remix-ecom-gallery\" \/>\n<p>The source code is also available on <a href=\"https:\/\/github.com\/nefejames\/hackmamba-remix-ecom-gallery\">GitHub<\/a>.<\/p>\n<h2>Prerequisites<\/h2>\n<p>Knowledge of React, Remix, and a <a href=\"https:\/\/cloudinary.com\/console\">Cloudinary account<\/a> is required to get the most out of this article.<\/p>\n<h2>Getting Started<\/h2>\n<p>Run the command below in the terminal to set up a new Remix application.<\/p>\n<pre class=\"js-syntax-highlighted\" aria-describedby=\"shcb-language-1\" data-shcb-language-name=\"CSS\" data-shcb-language-slug=\"css\"><span><code class=\"hljs language-css shcb-wrap-lines\"><span class=\"hljs-selector-tag\">npx<\/span> <span class=\"hljs-selector-tag\">create-remix<\/span><span class=\"hljs-keyword\">@latest<\/span>\n<\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-1\"><span class=\"shcb-language__label\">Code language:<\/span> <span class=\"shcb-language__name\">CSS<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">css<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n<p>The command above triggers a command-line interface (CLI) where we can configure the application. The images below show the configuration options the CLI provides:<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/cloudinary-marketing-res.cloudinary.com\/image\/upload\/c_limit,w_2000\/f_auto\/q_auto\/media_jams\/s_F1E0F7AC0F0CA55DD1B0F04F4B5AEECD993FF710FDCCF8A9A93B91B8EEA43F6A_1655270092883_Screenshot_5.png\" alt=\"\" loading=\"lazy\" class=\"c-transformed-asset\"  width=\"1155\" height=\"310\"\/><\/p>\n<p>Next, navigate into the project directory.<\/p>\n<pre class=\"js-syntax-highlighted\"><code>cd remix-product-gallery\n<\/code><\/pre>\n<p>Then, run the command below to start the application.<\/p>\n<pre class=\"js-syntax-highlighted\"><code> npm run dev\n<\/code><\/pre>\n<h2>Setting up Cloudinary<\/h2>\n<p>Navigate to the Media Library section of the Cloudinary dashboard and create a new folder called <code>image gallery<\/code>.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/cloudinary-marketing-res.cloudinary.com\/image\/upload\/c_limit,w_2000\/f_auto\/q_auto\/media_jams\/s_8421F0144513C15AA2174EC50E1B3A34EDD091173DDE163FA8235FBA9019409C_1649618599017_rsz_screenshot_822.png\" alt=\"\" loading=\"lazy\" class=\"c-transformed-asset\"  width=\"724\" height=\"474\"\/><\/p>\n<p>Upload some images into the <code>image gallery<\/code> folder.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/cloudinary-marketing-res.cloudinary.com\/image\/upload\/c_limit,w_2000\/f_auto\/q_auto\/media_jams\/s_D73D7B05EEC53E724CFB9F10B39B04952A66A4C550FBDD55895549F2ACB1AEEE_1652225975701_rsz_screenshot_908.png\" alt=\"\" loading=\"lazy\" class=\"c-transformed-asset\"  width=\"1120\" height=\"570\"\/><\/p>\n<h2>Cloudinary\u2019s Product Gallery Widget<\/h2>\n<p>We can dynamically display images, videos, 3D models, and 360-degree animations on our websites using <a href=\"https:\/\/cloudinary.com\/documentation\/product_gallery\">Cloudinary\u2019s Product Gallery widget<\/a>.<\/p>\n<p>The following steps are required to integrate the widget into our application:<\/p>\n<ul>\n<li>\n<p>Tag the media assets we want to render in the widget<\/p>\n<\/li>\n<li>\n<p>Provide access to client-side resource lists<\/p>\n<\/li>\n<\/ul>\n<p>To add tags to the images, click on any of them, and a sidebar will appear on the right side of the dashboard.<\/p>\n<p>Next, click on the \u201cmetadata\u201d setting in the sidebar. We\u2019ll set the tag of the images to <code>dog-picture<\/code> and then save the tag.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/cloudinary-marketing-res.cloudinary.com\/image\/upload\/c_limit,w_2000\/f_auto\/q_auto\/media_jams\/s_D73D7B05EEC53E724CFB9F10B39B04952A66A4C550FBDD55895549F2ACB1AEEE_1652226583415_rsz_screenshot_906.png\" alt=\"dog pictures\" loading=\"lazy\" class=\"c-transformed-asset\"  width=\"804\" height=\"348\"\/><\/p>\n<p>Cloudinary supports listing resources from the client side by their tags. However, the resource list is restricted by default, so we need to enable it on our account\u2019s <a href=\"https:\/\/cloudinary.com\/console\/settings\/security\">s<\/a><a href=\"https:\/\/cloudinary.com\/console\/settings\/security\">ecurity settings page<\/a>.<\/p>\n<p>On the security settings page, scroll down to \u2018Restricted media types\u2019, uncheck \u2018Resource list\u2019, and then save.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/cloudinary-marketing-res.cloudinary.com\/image\/upload\/c_limit,w_2000\/f_auto\/q_auto\/media_jams\/s_F1E0F7AC0F0CA55DD1B0F04F4B5AEECD993FF710FDCCF8A9A93B91B8EEA43F6A_1656806989225_EbdvwoDA.png\" alt=\"\" loading=\"lazy\" class=\"c-transformed-asset\"  width=\"794\" height=\"329\"\/><\/p>\n<h2>Initializing the Product Gallery Widget<\/h2>\n<p>Navigate to the <code>app\/routes\/index.tsx<\/code> file and update it with the code below.<\/p>\n<pre class=\"js-syntax-highlighted\"><code>import { useEffect } from &quot;react&quot;;\n\nexport default function Home() {\n  useEffect(() =&gt; {\n    const productGallery = cloudinary.galleryWidget({\n      container: &quot;#product-gallery&quot;,\n      cloudName: &quot;OUR-ACCOUNT-CLOUD-NAME&quot;,\n      mediaAssets: [{ tag: &quot;dog-picture&quot;, mediaType: &quot;image&quot; }],\n    });\n    \n    productGallery.render();\n  }, []);\n  \n  return (\n    &lt;div className=&quot;container&quot;&gt;\n      &lt;h1&gt;Remix Ecommerce Product Gallery&lt;\/h1&gt;\n      &lt;div className=&quot;gallery-container&quot;&gt;\n        &lt;div id=&quot;product-gallery&quot;&gt;&lt;\/div&gt;\n      &lt;\/div&gt;\n    &lt;\/div&gt;\n  );\n}\n<\/code><\/pre>\n<p>Let\u2019s break down the code above:<\/p>\n<ul>\n<li>\n<p>We imported <code>useEffect<\/code> from React, and from there, initialized the widget<\/p>\n<\/li>\n<li>\n<p>We set up a <code>div<\/code> with an ID of <code>product-gallery<\/code>, this is the element with which we will render the product gallery<\/p>\n<\/li>\n<li>\n<p><code>cloudinary.galleryWidget(options)<\/code>: Initializes the widget, takes in a <code>container<\/code>, <code>cloudName<\/code>, and <code>mediaAsset<\/code> as required parameters<\/p>\n<\/li>\n<li>\n<p><code>container<\/code>: References the <code>div<\/code> with the ID of <code>product-gallery<\/code><\/p>\n<\/li>\n<li>\n<p><code>cloudName<\/code>: The cloud name of our Cloudinary account<\/p>\n<\/li>\n<li>\n<p><code>mediaAssets<\/code>: An array of the media assets we want to display; we populate the widget with all images tagged with <code>dog-picture<\/code> and set the <code>mediaType<\/code> of the images to <code>image<\/code> which will enable the widget to render the files in their appropriate formats<\/p>\n<\/li>\n<li>\n<p><code>productGallery.render()<\/code>: Renders the product gallery widget<\/p>\n<\/li>\n<\/ul>\n<h2>Loading the Product Gallery Widget\u2019s Script<\/h2>\n<p>Navigate to the <code>app\/root.tsx<\/code> file and add the widget\u2019s script there.<\/p>\n<pre class=\"js-syntax-highlighted\"><code>export default function App() {\n  return (\n    &lt;html lang=&quot;en&quot;&gt;\n      &lt;head&gt;\n        &lt;Meta \/&gt;\n        &lt;Links \/&gt;\n      &lt;\/head&gt;\n      &lt;body&gt;\n        &lt;Outlet \/&gt;\n        &lt;ScrollRestoration \/&gt;\n        &lt;script\n          type=&quot;text\/javascript&quot;\n          src=&quot;https:\/\/product-gallery.cloudinary.com\/all.js&quot;\n        &gt;&lt;\/script&gt;\n        &lt;Scripts \/&gt;\n        &lt;LiveReload \/&gt;\n      &lt;\/body&gt;\n    &lt;\/html&gt;\n  );\n}\n<\/code><\/pre>\n<p>With this, we see the product gallery widget.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/cloudinary-marketing-res.cloudinary.com\/image\/upload\/c_limit,w_2000\/f_auto\/q_auto\/media_jams\/s_F1E0F7AC0F0CA55DD1B0F04F4B5AEECD993FF710FDCCF8A9A93B91B8EEA43F6A_1655316373267_New+Remix+App++Firefox+Developer+Edition+2022-06-15+18-59-16.gif\" alt=\"\" loading=\"lazy\" class=\"c-transformed-asset\"  width=\"1600\" height=\"900\"\/><\/p>\n<h2>Conclusion<\/h2>\n<p>This article taught us how to build an e-commerce product gallery with Remix and Cloudinary\u2019s Product Gallery widget.<\/p>\n<h2>Resources<\/h2>\n<ul>\n<li>\n<p><a href=\"https:\/\/cloudinary.com\/documentation\/product_gallery\">Cloudinary\u2019s Product Gallery Documentation<\/a><\/p>\n<\/li>\n<li>\n<p><a href=\"https:\/\/cloudinary.com\/documentation\/product_gallery_reference\">Cloudinary\u2019s Product Gallery API Reference<\/a><\/p>\n<\/li>\n<li>\n<p><a href=\"https:\/\/remix.run\/docs\/en\/v1\">Remix Documentation<\/a><\/p>\n<\/li>\n<\/ul>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":41,"featured_media":28351,"comment_status":"","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_cloudinary_featured_overwrite":false,"footnotes":""},"categories":[1],"tags":[134,370,371],"class_list":["post-28350","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-guest-post","tag-image","tag-under-review"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.6 (Yoast SEO v26.9) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Create an E-Commerce Product Gallery in Remix<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cloudinary.com\/blog\/guest_post\/create-an-e-commerce-product-gallery-in-remix\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Create an E-Commerce Product Gallery in Remix\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cloudinary.com\/blog\/guest_post\/create-an-e-commerce-product-gallery-in-remix\/\" \/>\n<meta property=\"og:site_name\" content=\"Cloudinary Blog\" \/>\n<meta property=\"article:published_time\" content=\"2022-07-14T08:32:07+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"NewsArticle\",\"@id\":\"https:\/\/cloudinary.com\/blog\/guest_post\/create-an-e-commerce-product-gallery-in-remix\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/guest_post\/create-an-e-commerce-product-gallery-in-remix\/\"},\"author\":{\"name\":\"\",\"@id\":\"\"},\"headline\":\"Create an E-Commerce Product Gallery in Remix\",\"datePublished\":\"2022-07-14T08:32:07+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/guest_post\/create-an-e-commerce-product-gallery-in-remix\/\"},\"wordCount\":7,\"publisher\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/guest_post\/create-an-e-commerce-product-gallery-in-remix\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1681924729\/Web_Assets\/blog\/remix\/remix.jpg?_i=AA\",\"keywords\":[\"Guest Post\",\"Image\",\"Under Review\"],\"inLanguage\":\"en-US\",\"copyrightYear\":\"2022\",\"copyrightHolder\":{\"@id\":\"https:\/\/cloudinary.com\/#organization\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cloudinary.com\/blog\/guest_post\/create-an-e-commerce-product-gallery-in-remix\/\",\"url\":\"https:\/\/cloudinary.com\/blog\/guest_post\/create-an-e-commerce-product-gallery-in-remix\/\",\"name\":\"Create an E-Commerce Product Gallery in Remix\",\"isPartOf\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/guest_post\/create-an-e-commerce-product-gallery-in-remix\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/guest_post\/create-an-e-commerce-product-gallery-in-remix\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1681924729\/Web_Assets\/blog\/remix\/remix.jpg?_i=AA\",\"datePublished\":\"2022-07-14T08:32:07+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/guest_post\/create-an-e-commerce-product-gallery-in-remix\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cloudinary.com\/blog\/guest_post\/create-an-e-commerce-product-gallery-in-remix\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cloudinary.com\/blog\/guest_post\/create-an-e-commerce-product-gallery-in-remix\/#primaryimage\",\"url\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1681924729\/Web_Assets\/blog\/remix\/remix.jpg?_i=AA\",\"contentUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1681924729\/Web_Assets\/blog\/remix\/remix.jpg?_i=AA\",\"width\":1600,\"height\":900},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cloudinary.com\/blog\/guest_post\/create-an-e-commerce-product-gallery-in-remix\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cloudinary.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Create an E-Commerce Product Gallery in Remix\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cloudinary.com\/blog\/#website\",\"url\":\"https:\/\/cloudinary.com\/blog\/\",\"name\":\"Cloudinary Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cloudinary.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/cloudinary.com\/blog\/#organization\",\"name\":\"Cloudinary Blog\",\"url\":\"https:\/\/cloudinary.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA\",\"contentUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA\",\"width\":312,\"height\":60,\"caption\":\"Cloudinary Blog\"},\"image\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Create an E-Commerce Product Gallery in Remix","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cloudinary.com\/blog\/guest_post\/create-an-e-commerce-product-gallery-in-remix\/","og_locale":"en_US","og_type":"article","og_title":"Create an E-Commerce Product Gallery in Remix","og_url":"https:\/\/cloudinary.com\/blog\/guest_post\/create-an-e-commerce-product-gallery-in-remix\/","og_site_name":"Cloudinary Blog","article_published_time":"2022-07-14T08:32:07+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"NewsArticle","@id":"https:\/\/cloudinary.com\/blog\/guest_post\/create-an-e-commerce-product-gallery-in-remix\/#article","isPartOf":{"@id":"https:\/\/cloudinary.com\/blog\/guest_post\/create-an-e-commerce-product-gallery-in-remix\/"},"author":{"name":"","@id":""},"headline":"Create an E-Commerce Product Gallery in Remix","datePublished":"2022-07-14T08:32:07+00:00","mainEntityOfPage":{"@id":"https:\/\/cloudinary.com\/blog\/guest_post\/create-an-e-commerce-product-gallery-in-remix\/"},"wordCount":7,"publisher":{"@id":"https:\/\/cloudinary.com\/blog\/#organization"},"image":{"@id":"https:\/\/cloudinary.com\/blog\/guest_post\/create-an-e-commerce-product-gallery-in-remix\/#primaryimage"},"thumbnailUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1681924729\/Web_Assets\/blog\/remix\/remix.jpg?_i=AA","keywords":["Guest Post","Image","Under Review"],"inLanguage":"en-US","copyrightYear":"2022","copyrightHolder":{"@id":"https:\/\/cloudinary.com\/#organization"}},{"@type":"WebPage","@id":"https:\/\/cloudinary.com\/blog\/guest_post\/create-an-e-commerce-product-gallery-in-remix\/","url":"https:\/\/cloudinary.com\/blog\/guest_post\/create-an-e-commerce-product-gallery-in-remix\/","name":"Create an E-Commerce Product Gallery in Remix","isPartOf":{"@id":"https:\/\/cloudinary.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cloudinary.com\/blog\/guest_post\/create-an-e-commerce-product-gallery-in-remix\/#primaryimage"},"image":{"@id":"https:\/\/cloudinary.com\/blog\/guest_post\/create-an-e-commerce-product-gallery-in-remix\/#primaryimage"},"thumbnailUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1681924729\/Web_Assets\/blog\/remix\/remix.jpg?_i=AA","datePublished":"2022-07-14T08:32:07+00:00","breadcrumb":{"@id":"https:\/\/cloudinary.com\/blog\/guest_post\/create-an-e-commerce-product-gallery-in-remix\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cloudinary.com\/blog\/guest_post\/create-an-e-commerce-product-gallery-in-remix\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudinary.com\/blog\/guest_post\/create-an-e-commerce-product-gallery-in-remix\/#primaryimage","url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1681924729\/Web_Assets\/blog\/remix\/remix.jpg?_i=AA","contentUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1681924729\/Web_Assets\/blog\/remix\/remix.jpg?_i=AA","width":1600,"height":900},{"@type":"BreadcrumbList","@id":"https:\/\/cloudinary.com\/blog\/guest_post\/create-an-e-commerce-product-gallery-in-remix\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cloudinary.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Create an E-Commerce Product Gallery in Remix"}]},{"@type":"WebSite","@id":"https:\/\/cloudinary.com\/blog\/#website","url":"https:\/\/cloudinary.com\/blog\/","name":"Cloudinary Blog","description":"","publisher":{"@id":"https:\/\/cloudinary.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cloudinary.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cloudinary.com\/blog\/#organization","name":"Cloudinary Blog","url":"https:\/\/cloudinary.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA","contentUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA","width":312,"height":60,"caption":"Cloudinary Blog"},"image":{"@id":"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":""}]}},"jetpack_featured_media_url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1681924729\/Web_Assets\/blog\/remix\/remix.jpg?_i=AA","_links":{"self":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts\/28350","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/users\/41"}],"replies":[{"embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/comments?post=28350"}],"version-history":[{"count":0,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts\/28350\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/media\/28351"}],"wp:attachment":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/media?parent=28350"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/categories?post=28350"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/tags?post=28350"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}