added pt for page
This commit is contained in:
parent
b76467e111
commit
ec34e10c09
|
|
@ -76,8 +76,9 @@ export const Slider = ({ lang }: { lang: string }) => {
|
|||
{item.image.includes(".mp4") ? (
|
||||
<video
|
||||
src={item.image}
|
||||
className="size-full object-cover"
|
||||
className="size-full object-contain"
|
||||
autoPlay
|
||||
muted
|
||||
/>
|
||||
) : (
|
||||
<Image
|
||||
|
|
|
|||
Loading…
Reference in New Issue