OcttKB/Wiki/tiddlers/$__ThirdParty_tobibeer_ibox...

22 lines
801 B
Plaintext
Raw Normal View History

2023-02-28 12:07:24 +01:00
created: 20141211131633372
creator: Tobias Beer
modified: 20230225142836580
modifier: Octt
tags: $:/tags/Macro
title: $:/ThirdParty/tobibeer/ibox
\define ibox(image, caption, template:"$:/ThirdParty/tobibeer/ibox/Lightbox", btn-class:"ibox-btn", direct)
<$reveal type=match text="" default="$direct$"><$button class="$btn-class$"><$action-sendmessage $message="tm-modal" $param="$template$" image="$image$" caption="$caption$"/><$image source="$image$"/></$button></$reveal><$reveal type=nomatch text="" default="$direct$"><$button class="$btn-class$"><$action-sendmessage $message="tm-modal" $param="$image$"/><$image source="$image$"/></$button></$reveal><style>
.ibox-btn {
padding: 5px;
}
.ibox-btn img {
width: 150px;
}
.tc-modal .tc-modal-body > div > img {
width: 100%;
}
</style>
\end