Skip to content

Commit

Permalink
fix(web): map thumbnail stretch (#5721)
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 authored Dec 15, 2023
1 parent e29b808 commit c2cda5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/lib/components/shared-components/map/map.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
>
<img
src={api.getAssetThumbnailUrl(feature.properties?.id)}
class="rounded-full w-[60px] h-[60px] border-2 border-immich-primary shadow-lg hover:border-immich-dark-primary transition-all duration-200 hover:scale-150"
class="rounded-full w-[60px] h-[60px] border-2 border-immich-primary shadow-lg hover:border-immich-dark-primary transition-all duration-200 hover:scale-150 object-contain bg-immich-primary"
alt={`Image with id ${feature.properties?.id}`}
/>
{#if $$slots.popup}
Expand Down

0 comments on commit c2cda5f

Please sign in to comment.