Skip to content

Commit

Permalink
Change PDP gallery thumbnails display.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivallogenes committed Aug 14, 2024
1 parent d1a3e26 commit efa88e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/product-details/product-details.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default async function decorate(block) {
return productRenderer.render(ProductDetails, {
sku: getSkuFromUrl(),
carousel: {
controls: 'dots', // 'thumbnailsColumn', 'thumbnailsRow', 'dots'
controls: 'thumbnailsRow', // 'thumbnailsColumn', 'thumbnailsRow', 'dots'
mobile: true,
},
slots: {
Expand Down

0 comments on commit efa88e0

Please sign in to comment.