Hi! I use this variant for text fields 
<$view field="caption">
<$view field="title"/>
</$view>


but with images this variant don't work

Now I make new shop and every item has small image. so tiddler has field 
image150x150: images/Konteyner_Umnyy_kholodilnik_1_8_l_vysokiy_vid1.jpg 
and every item has several big pictures, I attach them to my item by tag  
<$list filter="[is[current]tagging[]type[image/jpeg]sort[title]]">.....

I want if people forget to put field image150x150 or make it empty to show 
first big image from my list <$list 
filter="[is[current]tagging[]type[image/jpeg]sort[title]nth[1]]">..

Now I found this variant for pictures

<$transclude field="image150x150" >
  <$list 
filter="[is[current]tagging[]type[image/jpeg]sort[title]nth[1]]"><$image 
 source= {{!!_canonical_uri}} alt={{!!alt}} /></$list>
</$transclude>

but in this variant field image150x150 must look like <$image  
source="images/products/our_projects/first_gallery/small.jpg"/>  but I want 
this field look like images/products/our_projects/first_gallery/small.jpg

here is  new shop http://tupper.online/heeg.html#B29 with experimental 
pictures.


-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c752ac45-c29f-4336-8510-c7327671ea44%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to