Merge branch 'master' of http://192.168.1.163:3000/mikhail_lanskikh/graff.estate-nextjs-updated
This commit is contained in:
@@ -12,9 +12,9 @@ const Results2025 = dynamic(
|
||||
|
||||
export default function YearResults() {
|
||||
return (
|
||||
// <InProcess />
|
||||
<div className="flex flex-col md:max-lg:mt-[-120px] mt-[-100px]">
|
||||
<Results2025 />
|
||||
</div>
|
||||
<InProcess />
|
||||
// <div className="flex flex-col md:max-lg:mt-[-120px] mt-[-100px]">
|
||||
// <Results2025 />
|
||||
// </div>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -121,7 +121,7 @@ export function StoriesModal({ startIndex = 0 }: { startIndex?: number }) {
|
||||
ref={videoRefs[index]}
|
||||
src={process.env.NEXT_PUBLIC_S3_BUCKET + video}
|
||||
poster={process.env.NEXT_PUBLIC_S3_BUCKET + preview}
|
||||
className="absolute inset-0 object-cover object-center lg:rounded-[0.833vw] md:max-lg:rounded-xl"
|
||||
className="absolute inset-0 object-cover object-center lg:rounded-[0.833vw] h-full md:max-lg:rounded-xl w-full"
|
||||
playsInline
|
||||
/>
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user