Is there a way to set a maximum width for the Ajax image list portfolio section (the area that pops up after you click a thumbnail that displays the image?).
I would like to decrease the size by about 100px, because it’s displaying my portrait images way too big. It’s also making them blurry, which I don’t understand, because the width of the images is well above the 610px width area that they are filling.
Hey,
You can add something like this on your custom.css or Quick CSS:
.av_table_col.first.portfolio-preview-image {
width: 56%;
}
Regards,
Ismael
Thank you, that did the trick!