Hi Leon,
It is also possible to do enlarge the image inside the tiddler. Something
like this should work:
<style>
.thumb{
width: 25%
}
.full{
width: 100%
}
</style>
<$button class="tc-btn-invisible" set="temp" setTo="full">
<img src="***imgsrc***" class={{temp}} />
</$button>
where you have to input the image path where I have written ***imgsrc***. In
addition you have to create a tiddler with title "temp" and text "thumb"
Best,
Anders
mandag 9. september 2019 20.55.23 UTC+2 skrev Jon følgende:
>
> Hi Leon,
>
> This will open up the image in the browser.
>
> Put the following in a tiddler and tag it with $:/tags/Macro
>
>
> \define imageit(image:"image.jpg" path:"FolderName/")
>
> <a href="$path$$image$" target="new"><img src="$path$$image$" width="45%"
> height="45%" /></a>
> \end
>
>
> Then in the tiddler you want the image, include the following:
>
> <<imageit "imagename.jpg">>
>
>
> https://groups.google.com/forum/#!topic/tiddlywiki/P2olY8Vpv94
>
> Regards
> Jon
>
> On Monday, 9 September 2019 05:07:22 UTC+1, Leon Gomez wrote:
>>
>> Is there any way to pop up, open or enlarge images to their natural size
>> (ideally within the tiddler)?
>>
>
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/f0eb5ee8-6291-40f2-8d8b-88c214b9c5e0%40googlegroups.com.