Skip to content

Commit

Permalink
Improve DOM minification
Browse files Browse the repository at this point in the history
  • Loading branch information
Jade-GG committed Jan 22, 2025
1 parent 55ba0c0 commit 4b7688e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class="block max-h-full w-auto object-contain"
height="80"
/>

@if ($imageId + 1 >= min($breakpoints))
@if (in_array($imageId + 1, $breakpoints))
<div
@unless (count($product->images) - $imageId - 1) v-cloak @endunless
v-if="images.length - {{ $imageId }} - 1"
Expand Down

0 comments on commit 4b7688e

Please sign in to comment.