Topic: tightly cropping gallery

My gallery is within an iframe which is placed within a table cell. How do you create a gallery that has no padding around it. I need the gallery to be tightly cropped and aligned left.

Re: tightly cropping gallery

Try defining the size of your gallery's parent container (in your case the table cell) to be the size that you want and leave the gallery's own dimensions at 100% x 100% so that the gallery fills the container, no matter what its size is.