Hello Smartaddons support team.
I'm very happy with SJ Plus and plan to buy the copyright removal. Yet there is one big issue for me: The "full article images" are not responsive but fixed in size.
Solved the first part! Added max-width: 100% to the two parent elements of the full article image when in article view (both changes done to template_mycolor.css:
div.img_caption {
position: relative;
max-width: 100%;
}
.item-page .img-fulltext.pull-left {
margin-right: 1.5em;
max-width: 100%;
}
Second question: I'd like the images without the overlay in article mode so it's just an image without the fancy stuff showing up when hovering over it. How can I achieve that?
Thanks for your help!