javascript gallery problems

LouTheDesigner

New Member
Hello,

So I'm using a javascript gallery to display a slideshow of images here:

http://tinyurl.com/29o5qpp

The problem is that some of the images are have transparent sections, and some of the other images are shown behind through the transparencies. Does anyone know of a workaround?

Thanks in advance,

-Lou
 

m112

New Member
have you checked the size of those images
you can also split one big iamges in two smaller ones
 

calvinklein

New Member
Convert images to jpg

One quick solution is to convert the images to jpg format so that they dont contain transparent backgrounds anymore
 
Top