Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Large Preview Image on activity feed

7 years 7 months ago
  • Danny's Avatar
    Topic Author
  • Danny
  • Offline
  • Fresh Boarder
  • Posts: 34
  • Thank you received: 2
Licenses:
JomSocial Active AdAgency Expired Socialize Expired

ISSUE SUMMARY:

Does Jomsocial support the large card preview image of youtube videos? How it is on facebook? vs. the small box square with the text on the side?



STEPS TO REPLICATE:
1
2
3
4
5
RESULT
EXPECTED RESULT
BROWSER

Attachments:
7 years 7 months ago
Licenses:

Hi,

please put this CSS code at site template custom CSS

.joms-stream__wrapper .joms-media--video > div {
  display: block;
}

.joms-stream__wrapper .joms-media--video .joms-media__thumbnail {
width: auto;
height: auto;
}






every site template can having custom CSS, please have a look at template documentation about it.

Regards

Attachments:
7 years 7 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi,

You can solve this by adding this css code on your css file :

@media only screen and (min-width: 481px){
.joms-media__thumbnail {
width:100%;
display:table-row;
}
.joms-media--video{
max-width:100%
}
}

thank you!

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW