Changeset 1903964
- Timestamp:
- 07/04/2018 11:51:48 AM (8 years ago)
- Location:
- dimage-360
- Files:
-
- 8 added
- 2 edited
-
tags/1.6 (added)
-
tags/1.6/css (added)
-
tags/1.6/css/dimage-style.css (added)
-
tags/1.6/d-image-360.php (added)
-
tags/1.6/js (added)
-
tags/1.6/js/photo-sphere-viewer.min.js (added)
-
tags/1.6/js/three.min.js (added)
-
tags/1.6/readme.txt (added)
-
trunk/d-image-360.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dimage-360/trunk/d-image-360.php
r1888009 r1903964 26 26 'url' => '', 27 27 'attachment_id'=>'', 28 'zoom_level'=>0, 29 'anim_speed'=>2, 28 30 'control'=>true 29 31 ), $atts, 'dimage' ); … … 60 62 time_anim: <?php echo $atts['auto-rotate']; ?>, 61 63 navbar: <?php echo $atts['control']; ?>, 62 navbar_style: { 64 zoom_level: <?php echo $atts['zoom_level']; ?>, 65 anim_speed: '<?php echo $atts['anim_speed']; ?>rpm', 66 navbar_style: { 63 67 backgroundColor: 'rgba(58, 67, 77, 0.7)' 64 68 }, -
dimage-360/trunk/readme.txt
r1888051 r1903964 33 33 <strong>control{true/false}:</strong> It is the feature to show control on the image or not. Default it setup as true. 34 34 <strong>auto-rotate{true/false}:</strong> It is the feature to auto rotate of image. Default it setup as true. 35 <strong>zoom_level:</strong> You can set zoom level from 0 to 100. Default it setup as 0. 36 <strong>anim_speed:</strong> You can set animation speed from 0 to 100. Default it setup as 2. 37 35 38 1. `[dimage url="please enter here image url" control=true]` 36 39 <strong>url: </strong>The url of the image, this will be the complete path of the image, which you will get from media manager itself. … … 61 64 * Release date: Jun 06, 2018 62 65 * Auto rotate true/false functionality added 66 67 = 1.6 = 68 69 * Release date: July 04, 2018 70 * Zoom level from 0 to 100 functionality added through shortcode. 71 * Animation Speed from 0 to 100 functionality added through shortcode.
Note: See TracChangeset
for help on using the changeset viewer.