Project

General

Profile

Bug #78879

Updated by Thomas Anders almost 8 years ago

I'm using the flux:field.inline.fal flux:inline.fal field to add an image 

 When I use the tag version: <f:uri.image treatIdAsReference="1" crop="{image.crop}" src="{image.id}"/> 
 everything is fine. 

 When I use the inline version: {image(treatIdAsReference:1, crop: '{image.crop}', src: '{image.id}')} 
 I get the uri to the full image without cropping.

Back