Only store optimized WebP images, so only 1 image is stored and used for thumnails and viewing, removed fields has_preview and has_thumbnail as these are no longer needed, fixed issue when optimizing portrait images the bottom half would get cropped out

This commit is contained in:
johnnyq
2025-03-18 16:48:05 -04:00
parent b803ba4c55
commit ec8d7a36a8
6 changed files with 83 additions and 126 deletions

2
db.sql
View File

@@ -2494,4 +2494,4 @@ CREATE TABLE `vendors` (
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2025-03-17 14:58:00
-- Dump completed on 2025-03-18 16:46:18