diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/products/view/configurable-options.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/products/view/configurable-options.blade.php index b9f3874f8..cfc132d55 100644 --- a/packages/Webkul/Velocity/src/Resources/views/shop/products/view/configurable-options.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/shop/products/view/configurable-options.blade.php @@ -319,11 +319,11 @@ if (this.simpleProduct) { this.config.variant_images[this.simpleProduct].forEach(function(image) { - galleryImages.unshift(image) + galleryImages.push(image) }); this.config.variant_videos[this.simpleProduct].forEach(function(video) { - galleryImages.unshift(video) + galleryImages.push(video) }); }