From 941735862591797c842c6300a50526336a75b059 Mon Sep 17 00:00:00 2001 From: songtianlun Date: Sat, 1 Feb 2025 14:58:51 +0800 Subject: [PATCH] refactor: adjust image loading in weather art view - Update image link to use original blob instead of a resized variant - Remove the resizing option for the image tag for better fidelity - Modify CSS class for a smoother hover effect without scaling issues This refactor improves the image loading behavior by allowing full-resolution images to be loaded directly. The previous resizing was limiting image quality, and this change enhances user experience when viewing weather art. --- app/views/weather_arts/show.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/weather_arts/show.html.erb b/app/views/weather_arts/show.html.erb index ba9d2b0..051713c 100644 --- a/app/views/weather_arts/show.html.erb +++ b/app/views/weather_arts/show.html.erb @@ -29,15 +29,15 @@