Changeset 2050164
- Timestamp:
- 03/14/2019 04:01:39 AM (7 years ago)
- Location:
- dimage-360
- Files:
-
- 8 added
- 2 edited
-
tags/1.8 (added)
-
tags/1.8/css (added)
-
tags/1.8/css/dimage-style.css (added)
-
tags/1.8/d-image-360.php (added)
-
tags/1.8/js (added)
-
tags/1.8/js/photo-sphere-viewer.min.js (added)
-
tags/1.8/js/three.min.js (added)
-
tags/1.8/readme.txt (added)
-
trunk/d-image-360.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dimage-360/trunk/d-image-360.php
r1935316 r2050164 3 3 Plugin Name: DImage 360 4 4 Author URI: http://www.darteweb.com/ 5 Version: 1. 75 Version: 1.8 6 6 Author: D'arteweb 7 7 Description: DImage 360 is a plugin to embed a 360 view on your WordPress website. It's a user friendly and feature rich plugin to add a responsive 360deg view or 180deg panorama on website. … … 14 14 } 15 15 add_action('wp_enqueue_scripts','wp_dimage_360_scripts'); 16 16 17 function dimage_fun( $atts ) 17 18 { … … 28 29 'zoom_level'=>0, 29 30 'anim_speed'=>2, 30 'control'=>true 31 'control'=>true, 32 'allow_scroll_to_zoom'=>true 31 33 ), $atts, 'dimage' ); 32 34 … … 61 63 time_anim: <?php echo $atts['auto-rotate']; ?>, 62 64 navbar: <?php echo $atts['control']; ?>, 65 allow_scroll_to_zoom: <?php echo $atts['allow_scroll_to_zoom']; ?>, 63 66 zoom_level: <?php echo $atts['zoom_level']; ?>, 64 67 anim_speed: '<?php echo $atts['anim_speed']; ?>rpm', -
dimage-360/trunk/readme.txt
r1935293 r2050164 3 3 Tags: 360image, image360,panorama,photosphere, 360 view 4 4 Requires at least: 3.0.1 5 Tested up to: 4.9.55 Tested up to: 5.1.1 6 6 Requires PHP: 5.2.4 7 7 Stable tag: 4.3 … … 36 36 <strong>anim_speed:</strong> You can set animation speed from 0 to 100. Default it setup as 2. 37 37 <strong>default_position:</strong> Defines the default position, the first point seen by the user. Default it setup as 0. 38 <strong>allow_scroll_to_zoom{true/false}:</strong> It is the feature to zooming of image. Default it setup as true. 38 39 39 40 <strong>Example</strong>`[dimage attachment_id="56" zoom_level="10" anim_speed="10"]` … … 78 79 * Release date: September 04, 2018 79 80 * Default position functionality added through shortcode. 81 82 = 1.8 = 83 84 * Release date: March 14, 2019 85 * Default zooming functionality added thorugh shortcode. 86 * Default is TRUE
Note: See TracChangeset
for help on using the changeset viewer.