=== DImage 360 ===
Contributors: darteweb
Tags: 360image, image360,panorama,photosphere, 360 view
Requires at least: 3.0.1
Tested up to: 4.9.5
Requires PHP: 5.2.4
Stable tag: 4.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
DImage 360 is a plugin to load a 360 Image on your WordPress based website. It works and tested with WordPress tested in various browsers too.
=== Description ===
DImage 360 is a plugin to embed a 360 view on your WordPress website. It is a user friendly and feature rich plugin to add a responsive 360deg view or 180deg panorama on website.
It is a simple and easy to customize plugin to embed single or multiple images on website. To embed multiple image, you currently need to add multiple instance of shortcode on the post or page of website.
=== Features ===
1. No Flash Needed
1. Compatible with chrome, Firefox, IE8, IE9, Safari
1. You can zoom to the image.
1. Support JPG.
1. Support both mouse and touch.
1. You can full screen the panorama for detail view.
1. Multiple Image can be loaded on single page, by using multiple shortcode.
=== How to use ===
= Shortcode =
1. `[dimage attachment_id="56" control=true auto-rotate=true]`
(Recommended)
attachment_id: you will get from media manager, you only need to add attachment id.
control{true/false}: It is the feature to show control on the image or not. Default it setup as true.
auto-rotate{true/false}: It is the feature to auto rotate of image. Default it setup as true.
1. `[dimage url="please enter here image url" control=true]`
url: The url of the image, this will be the complete path of the image, which you will get from media manager itself.
For Example: `[dimage url="http://domain-name.com/wp-content/uploads/10/image-name.jpg" control=true]`
Here replace [domain-name.com] with your domain name. Also rename the image name too.
control{true/false}: It is the feature to show control on the image or not. Default it setup as true.
=== Screenshots ===
1. Front-end View
1. Front-end View - Multiple 360 Image on Single page.
1. Admin View - Shortcode with URL
1. Admin View - Shortcode with Attachment ID
=== WHAT’S NEXT ===
If you like this plugin, then consider checking out our other plugins:
1. Whook Testimonials – Whook Testimonials is a plugin to use the feedback form on your WordPress website. It is a user friendly and feature rich plugin to add a responsive Testimonials review or star ratings on website.
1. Whook Security – Whook Security is the plugin used to scan your WordPress website plugins. If there is any plugin installed which is vulnerable and reported by any developer to scan it will reflect to your website too.
== Installation ==
1. Upload `d-image-360` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
== Changelog ==
= 1.4 =
* Release date: April 16, 2018
* Multiple Image can be loaded on single page, by using multiple shortcode.
= 1.5 =
* Release date: Jun 06, 2018
* Auto rotate true/false functionality added