Search code examples
javascriptphpjquerymozillaconcrete5

Product gallery not working properly in Mozilla


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.


Solution

  • 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.