Make Preview Popup Image Responsive

Phoca Download - download manager
likestuff
Phoca Professional
Phoca Professional
Posts: 185
Joined: 18 Jul 2008, 03:06

Make Preview Popup Image Responsive

Post by likestuff »

Hi there,

I'm trying to get the image to be responsive in the modal popup but no matter what I try I just can't get it to work. The CSS below is what I'm using. What am I doing wrong please?

Also, is there an option to not use an iframe, I think that's what making it more difficult to style.

iframe#pdCategoryModalIframe img {
max-width: 100%;
width: 100%;
height: auto;
margin: 0 auto;
}

Thanks!