DImage 360

DImage 360 Slider use shortcode [dimage url=”please enter here image url”]

Author:D'arteweb (profile at wordpress.org)
WordPress version required:3.0.1
WordPress version tested:5.3.3
Plugin version:2.0
Added to WordPress repository:15-02-2018
Last updated:24-12-2019
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:92
Rated by:14
Plugin URI:
Total downloads:21 929
Active installs:2 000+
plugin download
Click to start download

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
  2. Compatible with chrome, Firefox, IE8, IE9, Safari
  3. You can zoom to the image.
  4. Support JPG.
  5. Support both mouse and touch.
  6. You can full screen the panorama for detail view.
  7. Multiple Image can be loaded on single page, by using multiple shortcode.

How to use

Shortcode

  1. If you are using Gutenberg then follow the following instructions otherwise step 2 instructions:-

    1. Click on the + icon showing on the top left corner of the page and select Common Blocks and then select Dimage 360.

    2. Now a block appears on the page with the following options:-

      • Select Image :- Select an image from media.

      • Auto-Rotate :- It is the feature to auto rotate of image. Default it setup as true.

      • Control :- It is the feature to show control on the image or not. Default it setup as true.

      • Allow Scroll to Zoom :- It is the feature to zoom in or zoom out by just scrolling. Default it setup as true.

      • Zoom Level :- You can set zoom level from 0 to 100. Default it setup as 0.

      • Animation Speed :- You can set animation speed from 0 to 100. Default it setup as 2.

      • Position :- Defines the default position, the first point seen by the user. Default it setup as 0.

  2. [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.

    zoom_level: You can set zoom level from 0 to 100. Default it setup as 0.

    anim_speed: You can set animation speed from 0 to 100. Default it setup as 2.

    default_position: Defines the default position, the first point seen by the user. Default it setup as 0.

    Example[dimage attachment_id="56" zoom_level="10" anim_speed="10"]

  3. [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.