craftcms / cms

Build bespoke content experiences with Craft.
https://craftcms.com
Other
3.27k stars 634 forks source link

[5.x]: Assets image preview blows up #15940

Open KarelJanVanHaute opened 1 day ago

KarelJanVanHaute commented 1 day ago

What happened?

Description

Preview of an image asset gets blown up when previewed.

Steps to reproduce

  1. When you click the preview button on the thumbnail, you get a larger version in some kind of popup.
  2. The popup takes the entire width of the screen. This is often larger than the image provided (max width of 1000px) for the preview.

Expected behavior

That the popup doesn't blow up the image. So that the popup will never be larger than the max size of the image.

Actual behavior

The popup is shown 100vw and the image scales with it. So the image is often shown larger than its maximum resolution. Resulting in a blown up image.

Craft CMS version

5.4.2

PHP version

8.2

Operating system and version

MacOS 15.0.1

Database type and version

mysql 8.0

Image driver and version

No response

Installed plugins and versions

-

i-just commented 1 day ago

Hi, thanks for getting in touch!

Could you please confirm if I got this right?

Do you see any errors in the console when this happens? What browser are you on?