Meta のような画像スケーリングボタン

I’d like to have the same “scale-btn” functionality on my Discourse install as is here on Meta.

What exactly is that, a plugin? If so, does it have a name? Or it’s an unreleased version of Discourse?

I guess it’d doesn’t resample the images, just makes the browser display them at lower ratio, which is exactly what I’m looking for in all my Retina macOS screenshots. Inserting a 2x screenshot has always been a pain in Discourse, and this is exactly the perfect solution for it.

Not a plugin or theme component, an awesome new core feature @maja added :confetti_ball:

Just upgrade to tests-passed

「いいね!」 6

Cool, it’s working now. One issue though is that now Retina images are used and encouraged, the built-in resizing should also take care of that.

What I mean by that is that I have a screenshot, which is 1206x514 in 2x size or 603x257 in 1x size. If I upload it to my forum (or here) it automatically gets resized to 689x294, which is a very odd size. Odd, because it’s bigger than 1x size would be and also because it’s not an integer resize, so it’s blurry.

Once it’s in this size, I cannot use the 50% button as it’d be super tiny / unreadable, so I need to use the blurry/oversized 689 size.

「いいね!」 1

That’s the max allowed width of images in posts. Change it via your site settings.

Images will always be resized (thumbnailed) to max width allowed in posts, which is only logical … how can you have a 3000px wide image in a post?

「いいね!」 1

OK, I’ve changed that setting to 1380. There are two bugs related to that:

  • (minor) Already uploaded images cannot be reuploaded again, it remembers them (from hash I guess) and only offers the 689 size.
  • The new scale buttons’s CSS go outside the view when this setting is used to allow wider images. Also the aspect ratio is wrong unless on 50% settings.

「いいね!」 1

I introduced this issue yesterday (I didn’t test it with really tiny images). This will be fixed shortly.

「いいね!」 4

Nah, the better solution is not to show resizing options for tiny images. Having it inside the image is better.

Its more annoying to change that cause we can not do that in CSS afaik, we would need more code to add a bypass here for short images.

This is such an edge case though not sure it is even worth thinking about…

image

^^^ works just fine … and is sort of useful cause I get retina.

You need.

  1. Ultra short image

  2. First thing in the post

For this to happen, its almost like one is trying to break the system to prove it is broken :blush:

「いいね!」 4

But this is actually a huge image, just tiny horizontally. How would I click 50% otherwise?

OK, I just checked and a single line of text before indeed solves it.
Also I cannot replicate the aspect ratio bug today, even though I’m trying with the very same image and I haven’t done anything with the site.

The thought was that you wouldn’t really ever want to do that on images that are also very short.

Regardless, I’ve changed the implementation to move the controls under the image (which in retrospect is a smarter way to do it).

So if you update your instance again the problem will go away

「いいね!」 5

上記のコメントに関連して、現在の仕様では意図された動作だとは思うものの、少し…違和感のある挙動を経験しています。

シナリオは以下の通りです:

  • レティーナディスプレイで約500px幅のスクリーンショットを撮影する
    • 生成される画像は1000px幅
  • Discourseにアップロードする
  • 画像が690pxにリサイズされ、元の画像よりも大きく表示されてしまう

上記を踏まえると、現在利用可能な100% / 75% / 50% ボタンに加えて、「2x」または「3x」オプションを追加することが適切だと感じます。これにより、リサイズの優先順位が「可能な限り現実に近いサイズで画像を表示する」ように変更されます。

上記のシナリオの場合、「@2x」を選択できるオプションがあれば、画像は690pxではなく500pxで表示され、実際のサイズに忠実に表示されるはずです。

これはライトボックスで表示される画像自体にも当てはまります。私は、ライトボックス内の画像が@2xまたは@3xのレティーナ状態で開くことを強く望みます。