Plugin Directory

Changeset 1903964


Ignore:
Timestamp:
07/04/2018 11:51:48 AM (8 years ago)
Author:
darteweb
Message:

Update new version

Location:
dimage-360
Files:
8 added
2 edited

Legend:

Unmodified
Added
Removed
  • dimage-360/trunk/d-image-360.php

    r1888009 r1903964  
    2626        'url' => '',
    2727        'attachment_id'=>'',
     28                'zoom_level'=>0,
     29                'anim_speed'=>2,
    2830        'control'=>true
    2931    ), $atts, 'dimage' );   
     
    6062                time_anim: <?php echo $atts['auto-rotate']; ?>,
    6163                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: {
    6367                    backgroundColor: 'rgba(58, 67, 77, 0.7)'
    6468                },     
  • dimage-360/trunk/readme.txt

    r1888051 r1903964  
    3333    <strong>control{true/false}:</strong> It is the feature to show control on the image or not. Default it setup as true.
    3434    <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
    35381. `[dimage url="please enter here image url" control=true]`
    3639     <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. 
     
    6164* Release date: Jun 06, 2018
    6265* 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.