Skip to content

Commit

Permalink
fix: remove comment
Browse files Browse the repository at this point in the history
* added edge-case to backend
  • Loading branch information
matijakljajic committed Mar 20, 2024
1 parent 31f0f40 commit 87f4a00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/components/search/display/images/Images.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<div class="w-full">
<section id="images" class="grid grid-cols-fit auto-rows-[200px] grid-flow-dense gap-2">
{#each results as result (result.URL)}
<!-- weird behaviour - needs more investigating -->
<div
class:row-span-2={(result.ImageResult.Thumbnail.Height * 0.8) /
result.ImageResult.Thumbnail.Width >
Expand Down

0 comments on commit 87f4a00

Please sign in to comment.