Enlarge thumbnail hover preview to 256x256
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -315,7 +315,7 @@
|
|||||||
<img src={product.image} alt="" class="max-w-full max-h-full object-contain" />
|
<img src={product.image} alt="" class="max-w-full max-h-full object-contain" />
|
||||||
</div>
|
</div>
|
||||||
<div class="thumb-preview pointer-events-none">
|
<div class="thumb-preview pointer-events-none">
|
||||||
<div class="w-48 h-48 rounded-lg bg-surface-raised border border-surface-border shadow-2xl shadow-black/50 p-3 flex items-center justify-center">
|
<div class="w-64 h-64 rounded-lg bg-surface-raised border border-surface-border shadow-2xl shadow-black/50 p-4 flex items-center justify-center">
|
||||||
<img src={product.image} alt={product.name} class="max-w-full max-h-full object-contain" />
|
<img src={product.image} alt={product.name} class="max-w-full max-h-full object-contain" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user