xwikisas / application-forum

Forum Application (Pro)
GNU Lesser General Public License v3.0
0 stars 5 forks source link

Profile images are really blurry #74

Open ane-gabriela opened 5 years ago

ane-gabriela commented 5 years ago

The profile images of users who created a Topic or an Answer are really blurry.

ProfileImages1 ProfileImages2

Also, the profile image of the user who is the creator of a Forum/Topic should have the same dimensions as the others. The image seems quite small in comparison to the others.

Environment: Windows 10, XWiki 11.3.3 with MySQL 5.7 and Chrome 76

mflorea commented 5 years ago

The trick is to specify a bigger image width in the wiki syntax / HTML (e.g. 64px) and then to use CSS to lower the width (e.g. 32px). This way you do both server-side resizing (to reduce the amount of data transferred) and client-side resizing (for improved quality).

ndascalita commented 8 months ago

Could reproduce with XWiki 14.10.20 and Forums Application Pro 2.9.1