No matter what I try I can't seem to center the image in the Preview popup. For some reason the pdf is centered, but not the image.
I tried this and other variations but nothing works.
Code: Select all
iframe#pdCategoryModalIframe, iframe#pdCategoryModalIframe img {
display: block;
margin: 0 auto;
text-align: center;
}
Thanks!