MyInvision

SOLVED - Issue with HighRes Rank-Images - MyInvision

SOLVED - Issue with HighRes Rank-Images

by Thunder86 » Mon Jul 08, 2024 9:04 am

If I use high resolution rank images the image size isn't set to max-width at the profit, memberlist and teamlist.
Screenshot 2024-07-08 at 10.15.18.png
In topic_view the size is correctly reduced to max 160x which is set in content.css via

Code: Select all

.profile-rank img {
	max-width: 160px;
}
Looks like this limit gets ignored beside the topic_view.
Last edited by Thunder86 on Mon Jul 08, 2024 9:47 am
User avatar
Thunder86
Registered User
Posts: 104
Joined: Fri Apr 07, 2023 6:21 am

Re: Issue with HighRes Rank-Images

by Mannix_ » Mon Jul 08, 2024 9:35 am

change .profile-rank img to .profile-rank img, .rank-img img,.left-box dd img or scale down the images so the mobile users don't have to use all of their data to download your big images :D
Did I helped You? Consider a donation.
New version of phpBB has been released? My styles aren't validated for it yet? Check my page for the latest downloads!
User avatar
Mannix_
Registered User
Posts: 2003
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt

Re: Issue with HighRes Rank-Images

by Thunder86 » Mon Jul 08, 2024 9:39 am

Thanks so much! Now it looks much more better! Is this something you already updated in a newer version of myinvision?
Mannix_ wrote: or scale down the images so the mobile users don't have to use all of their data to download your big images :D
Issue with low res it looks terrible..
User avatar
Thunder86
Registered User
Posts: 104
Joined: Fri Apr 07, 2023 6:21 am

Re: Issue with HighRes Rank-Images

by Mannix_ » Mon Jul 08, 2024 9:42 am

No i didn't but I might consider it :)
Did I helped You? Consider a donation.
New version of phpBB has been released? My styles aren't validated for it yet? Check my page for the latest downloads!
User avatar
Mannix_
Registered User
Posts: 2003
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt

Re: Issue with HighRes Rank-Images

by Thunder86 » Mon Jul 08, 2024 9:47 am

At least it gives user the choice which resolution they want to use.
User avatar
Thunder86
Registered User
Posts: 104
Joined: Fri Apr 07, 2023 6:21 am

Re: SOLVED - Issue with HighRes Rank-Images

by Thunder86 » Mon Jul 08, 2024 1:12 pm

I have discovered one place there the image is still not effected by the code.

If you go in the profile and check the User-Groups, the Image is correct next to the user but not above.
Attachments
Screenshot 2024-07-08 at 15.10.22.png
Last edited by Thunder86 on Mon Jul 08, 2024 4:49 pm
User avatar
Thunder86
Registered User
Posts: 104
Joined: Fri Apr 07, 2023 6:21 am

Re: SOLVED - Issue with HighRes Rank-Images

by Mannix_ » Mon Jul 08, 2024 1:55 pm

.profile-rank img, .rank-img img, .left-box dd img, .group-description + p img
Did I helped You? Consider a donation.
New version of phpBB has been released? My styles aren't validated for it yet? Check my page for the latest downloads!
User avatar
Mannix_
Registered User
Posts: 2003
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt

Re: SOLVED - Issue with HighRes Rank-Images

by Thunder86 » Mon Jul 08, 2024 4:12 pm

Works perfect! Thanks you very much!

Looks much more better than now!
User avatar
Thunder86
Registered User
Posts: 104
Joined: Fri Apr 07, 2023 6:21 am