in ImageSizePlugin,
replace
if (ev.shiftKey) { this.style.width=this.style.height=''; }
by
if (ev.shiftKey) { this.style.width='100%';
this.style.height=''; }
On 27 oct, 14:37, julien23 <[email protected]> wrote:
> In the ImageSizePlugin, Is there a way to have width 100% instead of
> full-size on SHIFT-CLICK ?
>
> thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en
-~----------~----~----~----~------~----~------~--~---