Well, that last suggestion is probematic if one wants to allow scrolling in 
the thumbnail.

Just because I couldn't let it go for supper break, I think attached is 
pretty cool for a thumbnail of content that allows scrolling without 
allowing clicking on any content.

Required double-DIV's.



On Sunday, June 12, 2022 at 8:30:51 PM UTC-3 Charlie Veniot wrote:

> If you want to disable the content in the DIV (i.e. have the content as 
> display only), I think adding *pointer-events: none;* (as per the 
> following modification) will do the trick:
>
> ```
> <div 
> style="-webkit-transform:scale(0.35);-moz-transform-scale(0.35);overflow:auto;width:500px;height:500px;border:1px
>  
> solid blue;-moz-transform-origin: top left; -webkit-transform-origin: top 
> left; -o-transform-origin: top left; -ms-transform-origin: top left; 
> transform-origin: top left;pointer-events: none;">
> <$transclude tiddler="HelloThere" mode="inline"/>
> </div>
> ```
> On Sunday, June 12, 2022 at 8:21:51 PM UTC-3 Charlie Veniot wrote:
>
>> Download the attached and drag into TiddlyWiki.com
>>
>> This will add the "Thumbnail HelloThere" tiddler, which transcludes the 
>> HelloThere tiddler but displays it as a thumbnail (a pretty big thumb, but 
>> still small compared to normal size).
>>
>> For the giggles, the new tiddler also shows in the sidebar.
>>
>>
>>

-- 
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/a5db4967-b16b-4147-89be-28125eecb64cn%40googlegroups.com.

Attachment: Thumbnail HelloThere.json
Description: application/json

Reply via email to