Conversation
Add new preview block component for displaying live URL previews with switchable device views (desktop, tablet, mobile). Component renders websites in iframes with device-specific dimensions and responsive controls. Features: - Device switcher with desktop (1200×675), tablet (672×896), and mobile (375×667) views - Responsive visibility based on viewport width - Auto-switching when active device becomes hidden - CSS-only tooltips for device buttons - Iframe sandboxing for security - Error state with fallback link - Support for section-level styling (background, width, theme, etc.) Technical implementation: - Fix wrapper containment with 32px buffer for flexbox centering - Add overflow: hidden to prevent visual overflow - Use .tab-pane.show selector to respect Bootstrap visibility logic - Add flex-shrink: 0 to prevent iframe compression - Register preview- classes in PurgeCSS safelist Component structure: - preview.hugo.html: Bookshop wrapper component - preview.scss: Component styles with device-specific dimensions - preview.bookshop.yml: CMS schema definition - layouts/partials/assets/preview.html: Core component partial Arguments: - url (required): URL to preview in iframe - device (optional): Default device view (desktop, tablet, mobile) - heading (optional): Section heading with title and content 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Contributor
Author
|
🎉 This PR is included in version 1.1.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add new preview block component for displaying live URL previews with switchable device views (desktop, tablet, mobile). Component renders websites in iframes with device-specific dimensions and responsive controls.
Features:
Technical implementation:
Component structure:
Arguments:
🤖 Generated with Claude Code