Hello, I have one section which contains gridLayout and we are displa

Hello,

I have one section which contains gridLayout and we are displaying text/hyperlink/image in gridrows.
For image display, I am using imageField. My question is related to resolution (height & Width) of image. Is there any way so that I can get the image which is fit 100% to that grid layout? Any customization?

See attached screenshot for clarification.

My Current Code :
------------------------
a!imageField(
images : a!documentImage(
document : ri!Subset.Content,
caption : ri!Subset.Title
),
size : "LARGE"
)




OriginalPostID-214104

OriginalPostID-214104

  Discussion posts and replies are publicly visible

Parents
  • @tapans Hi, I don't think we can do much about this behavior. To the best of my knowledge, what we can only do is, configure a SAIL component and see how it works, and if it doesn't we need to plan for workaround(which is partially/almost close to the requirement) as the customisation or hack isn't possible in SAIL Design. Even though a hack is possible(as in case of file validation), I would suggest staying away from it, as it isn't recommended and might break in some cases, for instance, upgrade of Appian instance.
Reply
  • @tapans Hi, I don't think we can do much about this behavior. To the best of my knowledge, what we can only do is, configure a SAIL component and see how it works, and if it doesn't we need to plan for workaround(which is partially/almost close to the requirement) as the customisation or hack isn't possible in SAIL Design. Even though a hack is possible(as in case of file validation), I would suggest staying away from it, as it isn't recommended and might break in some cases, for instance, upgrade of Appian instance.
Children
No Data