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.

Settings in Mobiles

8 years 6 months ago
  • J.C.'s Avatar
    Topic Author
  • J.C.
  • Offline
  • Fresh Boarder
  • Posts: 33
  • Thank you received: 0
Licenses:
JomSocial Expired Socialize Expired

JS Team!!!
Here lift you images about my problem.
1. On mobiles video thumbails not fill all the space.
2. When i press play, nothing heppend, just bigger image...
Solution?
THANK YOU!

Attachments:
8 years 6 months ago
Licenses:

Hi,

there was wrong custom css code at /templates/socialize/css/custom.css line 32

 .joms-media__thumbnail {
    height: 200px;
    width: 250px;
 }
I changing that css code to:
@media screen and (min-width: 480px) {
  .joms-media__thumbnail {
    min-height: 200px;
    min-width: 250px;
  }
}
Regards

The following user(s) said Thank You: J.C.
8 years 6 months ago
  • J.C.'s Avatar
    Topic Author
  • J.C.
  • Offline
  • Fresh Boarder
  • Posts: 33
  • Thank you received: 0
Licenses:
JomSocial Expired Socialize Expired

Albertus, many thanks :-)

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