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 Resize the News Feed Images, V.1.6 Oxwall - Newsfeed | Forum

TeamX
TeamX Feb 4 '14
I am using Oxwall. V. 1.6,  with latest News Feed, So can anyone help me ..


How i can re-size the Images uploaded in the News Feed , Like Facebook News Feed.

Oxwall Software
Oxwall Software Feb 5 '14
Try playing around with following CSS:

.ow_newsfeed_large_image .ow_newsfeed_item_picture {

    max-width150px;    width38%;


}
TeamX
TeamX Feb 5 '14
Quote from Oxwall Software Try playing around with following CSS:

.ow_newsfeed_large_image .ow_newsfeed_item_picture {

    max-width150px;    width38%;


}

No this was not helpful, anyother
Oxwall Software
Oxwall Software Feb 27 '14
Sorry guys for confusion. Here is the right solution:

ow_plugins/newsfeed/views/components/feed.html

   .ow_newsfeed_large_image .ow_newsfeed_item_content {
        width: 60%;
        max-width: 390px;
    }

Please note that to see the changes right away, you will need to enable DEV_MODE in config.php.
All changes done within the source code will be erased if you update "Newsfeed" plugin.
The Forum post is edited by Oxwall Software Feb 27 '14
Nandha
Nandha Mar 27 '14
HOW TO RESIZE THE NEWS FEED videos, V.1.6 OXWALL - NEWSFEED
You do not have permission to reply this topic