We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

How to make image larger [Solved] | Forum

Topic location: Forum home » Support » General Questions
Kяuncн Leader
Kяuncн Apr 10 '14
I don't even see a Wall at your site.

So what I think you were referring to was the Newsfeed, in that case you would use the codes as follows:

.ow_newsfeed_large_image .ow_newsfeed_item_picture {
max-width: 460px;
width: 100%}



The Forum post is edited by Kяuncн Apr 12 '14
Kostia
Kostia Apr 11 '14
still showing smaller pic
Kяuncн Leader
Kяuncн Apr 11 '14

Try:

.ow_newsfeed_large_image .ow_newsfeed_item_picture {
max-width: 460px !important;
width: 100%!important}
Kostia
Kostia Apr 12 '14
thanks, it works :)
Pages: « 1 2