StackIdeas
Pictures not resizing ?
By
Edgar
on Saturday, 27 June 2015
Posted in
Wanderers
Likes
0
Views
1.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?
Arlex Wong
·
Saturday, 27 June 2015 17:07
·
0 Likes
·
0 Votes
·
0 Comments
·
#205204
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.
Edgar
·
Saturday, 27 June 2015 19:11
·
0 Likes
·
0 Votes
·
0 Comments
·
#205219
Hello Edgar,
You are most welcome.
Ezrul Fazwan
·
Monday, 29 June 2015 10:57
·
0 Likes
·
0 Votes
·
0 Comments
·
#205367
View Full Post