How i can re-size the Images uploaded in the News Feed , Like Facebook News Feed.
How i can re-size the Images uploaded in the News Feed , Like Facebook News Feed.
.ow_newsfeed_large_image .ow_newsfeed_item_picture {
max-width: 150px; width: 38%;
Try playing around with following CSS:
.ow_newsfeed_large_image .ow_newsfeed_item_picture {
max-width: 150px; width: 38%;
}