On Wednesday, May 6, 2015 at 7:44:25 AM UTC+2, Mat wrote:
>
> Can this easily be made to work, i.e using the @@ syntax? I've tried all I
> can think of, but no result.
>
> @@width:20%; {{$:/core/images/delete-button}}@@
>
imo not with this syntax. TW uses CSS classes to style svgs and you need to
use width and height eg:
tiddler tagged $:/tags/Stylesheet
.myClass svg {
width:20px;
height:20px;
}
tiddler or macro or whatever creates your image needs to look like this:
<span class="myClass">{{$:/core/images/delete-button}}</span>
hope that helps.
-mario
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/07adf420-ea1b-436f-a189-bf85f1d594d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.