humanmade / responsive-media-cover-block
Extends the core cover block to allow for a different image or video for mobile
Installs: 35
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 13
Forks: 0
Open Issues: 0
Type:wordpress-plugin
Requires
- composer/installers: ^1 || ^2
README
The Responsive Media Cover Block plugin extends the core cover block in WordPress to allow for a different image or video for mobile devices. This ensures that your cover media is optimized for both desktop and mobile views.
Features
- Add a different image or video for mobile devices.
- Seamlessly integrates with the WordPress block editor.
- Easy to use interface for selecting mobile-specific media.
- Falls back to the core cover block if the plugin is disabled.
Usage
- Edit or create a new post or page in the WordPress block editor.
- Add a Cover block to your content.
- In the block settings, you will see a new "Mobile Media" section.
- Click on "Select Mobile Media" to upload or choose an image or video specifically for mobile devices.
- Save your post or page.
Available Hooks
Filters
responsive_media_cover_block_breakpoint
: Change the breakpoint at which the mobile media is displayed. Default36rem
.responsive_media_cover_block_mobile_image_size
: Change the size used for mobile image. Defaultlarge
.