By Edgar on Saturday, 27 June 2015
Posted in Wanderers
Likes 0
Views 1K
Votes 0
Hello,

Is there any hack possible in Css to make picture in joomla item (or k2 item) responsive ?

Thanks a lot,

Edgar
Hi Edgar,

I am really sorry for the delay of this reply as it is a weekend for us here.

Can you try apply this following css code in your JoomlaFolder/templates/wanderers/css/custom.css
img {
width: 100%;
}

And see how it goes?
·
Saturday, 27 June 2015 17:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for your answer. I tried but the problem is that it applies too to the module banners. So I'm going to use JCE Editor, indicating the size in percent.

Thanks you for your great reactivity.
·
Saturday, 27 June 2015 19:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Edgar,

You are most welcome.
·
Monday, 29 June 2015 10:57
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post