Changes between Initial Version and Version 2 of Ticket #9577
- Timestamp:
- May 2, 2018, 1:45:50 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9577
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
duplicate
-
Property
Status
changed from
-
Ticket #9577 – Description
initial v2 6 6 In 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 7 7 8 {{{#!js 8 9 $('#screenlayer_'+count+ ' .polaroid').resizable({ 9 10 handles:'se, sw, ne, nw', … … 107 108 } 108 109 }); 110 }}} 109 111 110 112 appreciating any help,Thanks.