// formats
Ad Format Showcase
Every size and format the simulator renders — all 12 standard IAB fixed slots, the responsive breakpoint system, and fluid layout ads. Each card shows the real mock output the library produces.
// fixed slots
All 12 Standard IAB Sizes
Set explicit width and height in the inline style to use a fixed slot. Click any card to preview the format at full size.
// data-ad-format="auto"
Responsive Breakpoints
With data-ad-format="auto" the simulator selects a size based on the container's width. Click a breakpoint to see which size is chosen.
320×50
Mobile Banner — container width: 320px
Markup
Breakpoint logic
// data-ad-layout
Layout Ads
Layout ads use fluid dimensions relative to their container width. Set data-ad-layout to choose the type.
Placed inside article body between paragraphs. Height is 35% of container width.
Height formula: containerWidth × 0.35
At 640px → 640×224