AlUlkesh / stable-diffusion-webui-images-browser

an images browse for stable-diffusion-webui
625 stars 111 forks source link

Thumbnail CSS rule negatively affecting Vanilla UI by cropping thumbnails #189

Closed rocketgarden closed 1 year ago

rocketgarden commented 1 year ago

The recently added CSS rule

.thumbnail-item > img {
  width: auto !important;
  height: auto !important;
}

Is causing thumbnails in the txt2image tab to crop to square, which is undesirable (since one presumably wants to see the entire image they have just generated, at a glance).

This was recently reported in the WebUI repo but seems to be caused by this plugin. https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/10827