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.

Problem visualization Avatar with firefox

10 years 1 month ago
Licenses:
JomSocial Expired

Good Morning,
I display problem with firefox avatar, avatar visualize very large profile of 160x160 px.
The problem on firefox not on chrome as attaching images.
(Translated by google)

Attachments:
10 years 1 month ago
Licenses:

Hi Christian,

if you view source at that page, around line 82 you can see this CSS

img {
  box-sizing: border-box !important;
  height: auto !important;
  max-width: 100% !important;
}
that really bad CSS, all images will have max width 100%. you must set it to none
img {
  box-sizing: border-box !important;
  height: auto !important;
  max-width: none !important;
}

please have a look at joomla template manager, for that CSS code.

Regards

The following user(s) said Thank You: Christian Micheli
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