- {{ image::render(src=slide.image, width=1920, alt=slide.alt) }}
+ {# Serve the source image at full resolution — Bootstrap-3 only
+ constrains via `max-width: 100%`, so on viewports wider than
+ the natural image width the slide would otherwise sit short
+ of the column edge. Live does the same (no resize). #}
+ {{ image::render(src=slide.image, alt=slide.alt) }}