Each product can have one main image and many additional detailed ones. The thumbnails of the additional images are shown below the right panel with the product price and the "Add to cart" button. Good article about product images: baymard.com/blog/ux-product-image-categories
How to upload additional images
Modifications
How to remove the image name below the detailed image
Apply this CSS code:
div.ecwid-gallery-imageDescription {
display:none;
}
How to show the image name above the image instead of below it?
By default Ecwid shows an image name below the image. If you want to move it above the image, apply this CSS code:
div.ecwid-gallery-imageDescription-bottom {
display:none;
}
div.ecwid-gallery-imageDescription-top {
display:block !important;
}
FAQ
Can I upload YouTube videos or flash movies to the gallery?
No, it isn't possible yet. However you can insert them to product descriptions and they will work there just fine.
Does the gallery show the image in original size?
When a customer opens a product page, he/she sees the thumbnails of all additional images. When any thumbnail is clicked, Ecwid will show a popup with big images. All images are automatically resized to fit the size of the customer`s browser window. So the customer can always see the whole image and he/she doesn't need to scroll a page.
If the customer clicks such a resized image, an original unresized image will be opened in a new browser tab. If the image already fits the browser window, it will not be resized.