Changes between Initial Version and Version 2 of Ticket #9577


Ignore:
Timestamp:
May 2, 2018, 1:45:50 AM (5 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9577

    • Property Status changed from new to closed
    • Property Resolution changed from to duplicate
  • Ticket #9577 – Description

    initial v2  
    66In following code i just find the rotation angle and changed handles direction according to rotation angle but it doesn't working properly at 90 and 270 due to height and width problem i tried to fix but i couldn't,help me
    77
     8{{{#!js
    89    $('#screenlayer_'+count+ ' .polaroid').resizable({
    910    handles:'se, sw, ne, nw',
     
    107108    }
    108109});
     110}}}
    109111
    110112appreciating any help,Thanks.