Description
Easy Panorama plugin for WordPress websites allows you to display wide/panoramic images in a more accessible way: enjoy your panoramic photos scrolling them on the x-axis or moving your mobile device.
You can start embedding your panoramic images using the handy shortcode (TinyMCE editor) or the new Block.
Easy Panorama uses the packed Paver.
Main features
- Enqueuing of Paver Javascript and CSS files.
- Customization of Paver appearance and behaviour from the Panorama Settings page.
- Other geek settings in the Advanced Settings page.
- [easy_panorama] shortcode to embed panoramic images with no hassle.
- Custom Panorama Block for a better editing experience.
Shortcode (Classic WordPress editor)
Include your favourite panoramic images in posts and pages using the built-in shortcode functionality.
If you are using the classic WordPress editor (TinyMCE), you will find the Add Panorama button above the editor: click on the button and select the image you want to include.
The shortcode will be inserted in the editor and replaced by the panoramic viewer when you visit the website.
You can customize the appearance and behaviour of the panoramic viewer through the Easy Panorama settings page or adding specific attributes to each shortcode: these will override the general settings.
Shortcode attributes cheat sheet:
id
: attachment/image WordPress id (number) – Requiredurl
: image url (string)meta
: determines whether a metadata overlay should be displayed (boolean)title
: image title, showed on overlay in case “Show image meta” (“meta” attribute) is set to true (string)alt
: image alternative text, showed on overlay in case “Show image meta” (“meta” attribute) is set to true (string)graceful_failure
: allows the display of failure message (boolean)failure_message
: this message will appear in mobile devices with no gyroscopic data or no physical orientation support (string)failure_message_insert
: the location where the failure message will be inserted (before | after)minimum_overflow
: the excess width the picture must have before panoramic viewer kicks in (number)start_position
: the start position of the panorama (number from 0 to 1)
Block (Gutenberg editor)
Include your favourite panoramic images in posts and pages using the built-in block functionality.
If you are using the Gutenberg editor (WordPress >= 5.0), you find the Panorama block ready to be embedded in your post.
Search for “Panorama” within the blocks list, select it and choose the image you want to include.
You can customize the appearance and behaviour of each panoramic viewer thanks to the Inspector Control.
Block features
- Embed your panoramic/wide images in the new editor with no hassle.
- Preview your panorama within the editor.
- Customize the appearance and behaviour of each panoramic viewer thanks to the Inspector Control.
- Transform “Image” blocks into “Panorama” blocks with one click.
- Transform “Panorama” blocks into “Image” blocks with one click.
- Transform previous inserted
[easy_panorama]
shortcodes into “Panorama” blocks with one click.
Requirements
Easy Panorama requires:
WordPress >= 4.5 (Required for TinyMCE shortcode)
WordPress >= 5.0 (Required for the new custom Panorama Block feature)
PHP >= 5.6
Node >= 8.9.X (Required for Block development)
Yarn (Required for Block development)
Contribution
There are many ways to contribute to this plugin:
- Report a bug, submit pull request or new feature proposal: visit the Github repo.
- Translate it in your language: visit the WordPress translation page.
- Rate it 5 stars on www.remarpro.com.
- Buy me a beer!
Support
Need help? Read the FAQ or visit the www.remarpro.com support page / Github Issue Tracker.
Screenshots
Blocks
This plugin provides 1 block.
- Panorama
Installation
- Download the plugin from WordPress repository.
- Upload the plugin folder in
/plugins/
. - Activate the plugin.
Done! Now you can embed panoramic pictures into WordPress editor clicking on the “Add panorama” button. Choose the image and insert into the post/page: this will be rendered as panorama image.
If you are using the Gutenberg editor (WordPress >= 5.0), you will find the Panorama Block within the blocks list.
Visit the new admin page (Settings > Easy Panorama) to customize Paver scripts behaviour.
FAQ
No FAQs ready yet.
Reviews
Contributors & Developers
“Easy Panorama” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Easy Panorama” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1.5 (23/01/2023)
- Bug fix: Sanitize and escape admin input fields. Thanks to riodrwn
1.1.4 (15/12/2018)
- Bug fix: Added
<MediaUploadCheck>
+allowedType
control - Design: Moved tooltip help icon at bottom/right corner of the block
1.1.3 (05/08/2018)
- Bug fix: Replaced
withAPIData
withwithSelect
1.1.2 (03/08/2018)
- Bug fix: Updated from Gutenberg
wp.blocks
towp.editor
- Bug fix: Updated from Gutenberg
ImagePlaceholder
toMediaPlaceholder
1.1.1 (02/05/2018)
- Bug fix: Paver dependencies are now enqueued in the right order
1.1.0 MAJOR RELEASE (26/04/2018)
- Updated Paver to 1.3.4
- New feature: Gutenberg Block
- New feature:
[easy_panorama]
accepts attributes for appearance and behaviour customization. See “Shortcode” section - Updated readme.txt
- Updated plugin Overview page
1.0.2 (06/05/2017)
- Bug fix: HTML error in “Add Panorama” button + changed HTML from
<span>
to<button>
. Thanks to icehouze
1.0.1 (08/10/2016)
- Updated Paver to 1.3.2
- Bug fix:
startPosition
value is sanitized correctly: fromabsint
tofloat
- Updated readme.txt
- Updated plugin Overview page
1.0.0 (09/09/2016)
- First commit