July 23, 2026/complex/Galleries & Media/Inkfish

Inkfish Work Grid

A staggered, intentionally uneven portfolio grid (inkfish agency). An 8-column grid with three card widths (50% / 37.5% / 25%) keeps every visual at the same aspect ratio, so narrower cards sit shorter and leave whitespace below them. Each card shows a cover that plays its clip on hover with a subtle cursor-driven parallax, and a floating '[Watch]' label follows the cursor.

"use client";

import InkfishWorkGrid from "./index.jsx";
import { inkfishWorkGrid } from "../demo-data.js";
import styles from "./demo.module.css";

export default function InkfishWorkGridDemo() {
  return (
    <div className={styles.demo}>
      <InkfishWorkGrid {...inkfishWorkGrid} />
    </div>
  );
}
  • gsap

Related Components

1W AGO
BeNorth Reelgalleries
1W AGO
Lamalama Case Listgalleries
1MO AGO
Infinite Draggable Gridgalleries