I'd like to rescale the display of images for the 'stream' in JomSocial. Currently, the lack of images being properly scaled to fit the stream (according to template parameters) makes a beautiful social system look kinky.

Can you please tell me where I can adjust those settings related to images in the stream?

Thanks.

    aldenbaker
    Hi
    may i know which stream item you want to change?
    As the current site showing all images from easyblog side and it directly coming from easyblog component and own plugin.

      Ninja Yes, it seems that the joomla {core} articles images are the ones that do not scale properly, or pleasingly. I will load some more joomla articles so you can see what I mean. I think that if the joomla article images scaled to the max-width of the jomsocial stream, it would be much more beautiful, if jomsocial is capable of doing that.

      I also noticed that after creating a group and upload the group cover, those cover images do not scale to the max-width of the jomsocial stream, nor does the associated text wrap like the easyblog entries do.

      I realize that you guys are busy upgrading everything to joomla 4, but if Guru could be integrated into JomSocial's groups and events, you would inspire more business.

        aldenbaker
        Hi
        Add this code in custom css to make all JS post to full width

        @media only screen and (min-width: 481px){
        .joms-media.like, .joms-media--image, .joms-media--images, .joms-media--event {
            max-width: 100%;
        }}

        The blog entries are from Easysocial plugin and it has fixed 120px width there for images.

          Ninja locked the discussion.
          Write a Reply...
          You need to Login to view replies.