I have a main div (#homeGallery), in which i have a span(.imgClass) that is used to load one of a list of images. I need the image to be centered not only vertically but ho
You can try the following:
#homeGallery > .imgClass > img { margin:0px auto; display:block; max-width:60%; max-height:99%; border: 2px solid; }