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

Image thumbnail in Newsfeed [Solution Available] | Forum

Jozko
Jozko Jul 16 '14

The images from Photo plugin and those uploaded in newsfeed displaying in the newsfeed in original size. I would like newsfeed displays a thumbnail of 100px shortest side. Is this possible? If YES, detailed modification guide is welcome.

Thx in advance.

The Forum post is edited by Alia Jul 23 '14
ross Team
ross Jul 16 '14
Topic was moved from General Questions.
Jozko
Jozko Jul 16 '14

The issue solved by adding this in css

.ow_newsfeed_item_picture img {width: 100%;}

.ow_newsfeed_large_image .ow_newsfeed_item_picture {max-width: 440px !important;width: auto !important}

 

 
Alia Team
Alia Jul 23 '14
Thank you for sharing Jozko.