By Frederic Espitalier on Monday, 26 November 2018
Posted in General Issues
Replies 1
Likes 0
Views 501
Votes 0
Hi,

Situation:

  • I use EasyDiscussion as a forum (OK, as I wanted)
  • new Discussions will get into the easySocial stream (OK, as I wanted)
  • often, a new post of a discussion is only one new image (OK, as I wanted)


Problem:
The bad thing is, that the images of those new posts of discussions
are shown very large, same size as posted
and that destroys the layout of a flow the new items of the easySocial stream
and also generates much traffic to load large images
just to watch the new items.

Question:
Is there a way to hide or resize those images?
Also dirty hacks are welcome.

Thanks a lot,
Frederic Espitalier
Hi Frederic,

You can use custom css to change the image's styling. For example, to hide them in discussion stream items, you can use the following custom css.

#es .es-context-discuss .es-stream-apps__desc img {
display:none;
}
Alternatively, if you want to reduce the height, you may use the max-height styling(http://take.ms/zzOPe). However, do note that the width will be adjusted according as well so that the image is not distorted.
·
Monday, 26 November 2018 12:17
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post