views:

124

answers:

0

it seems that no matter what you size the container, your images have to be that size. you can't just try to dynamically resize and if they are bigger then they bleed into the rest of the space and cover the thumbnails.

so if my images are 1000 x 800, i can't changes the css to support this, even if i want to as the script goes hawwire.

It seems like you need to keep the images <= 700px width.

Has anyone come across a solution to this?