Dense list
Every dish collapses to a single line — name, price, and any dietary chips. Descriptions and allergens stay in the markup for SEO and reveal on hover / tap. Section headings sit inline. Reduces vertical space by roughly half compared to Classic.
your-restaurant.com / menu
<div data-crumb-menu></div>
<script src="https://crumb.menu/embed.js"
data-venue="your-venue-slug"
data-menu="your-menu-slug"
data-layout="compact" async></script>Replace your-venue-slug and your-menu-slug with the ones from your Crumb menu editor. When your menu is published, the snippet is pre-filled with your real slugs on the Embed on your site page.