I have a concret5 template in which there is a product gallery(slideshow). where in clients are given option to select different color
for the cycle parts displayed in the gallery. Everything works fine, but in mozilla, before image appends to the gallery, it is displayed below the gallery as well.
Asked
Active
Viewed 41 times
-2

tshepang
- 12,111
- 21
- 91
- 136

user3327684
- 3
- 2
-
Is it a custom template? Can you give a sample code? – BGundlach May 22 '14 at 20:34
2 Answers
1
This would most likely work with some javascript and custom css. It's impossible to address your issue without something to look at. The live site would be perfect.

Nour Akalay
- 429
- 3
- 4
0
I found out that giving the gallery container height and overflow hidden and giving the images margin bottom worked for me. This problem was solved.

user229044
- 232,980
- 40
- 330
- 338

user3327684
- 3
- 2