Cleanup gifs

This commit is contained in:
Nicolas Mowen 2024-03-13 14:44:33 -06:00
parent f9ed082e35
commit 8e2af6320e

View File

@ -45,13 +45,15 @@ export function AnimatedEventThumbnail({ event }: AnimatedEventThumbnailProps) {
return (
<Tooltip>
<TooltipTrigger asChild>
<div className="w-max h-24 relative">
<img
className="size-full rounded object-cover object-center cursor-pointer"
src={imageUrl}
<div
className="h-24 relative"
style={{
aspectRatio: aspectRatio,
}}
>
<img
className="size-full rounded object-cover object-center cursor-pointer"
src={imageUrl}
onClick={onOpenReview}
onLoad={() => setLoaded(true)}
onError={() => {