I just noticed, that the top of an image used in a ‘Title Component’ is cropped by about 100px. (possibly from the bottom too?)
Can that be changed to show the entire image? see the side by side
I just noticed, that the top of an image used in a ‘Title Component’ is cropped by about 100px. (possibly from the bottom too?)
Can that be changed to show the entire image? see the side by side
That is how it works. Believe the ratio is 4:3.
Expect you are using 1:1 image?
correct… square…
well maybe they should offer ratio options like they do with images?
why is why I just figured out to just use an image component. Thanks for the nudge
Yes this has been a feature request of mine as well
I think this should be a high priority. Especially, the App loses all the value when people’s heads get cut off in the title component. User expects to see the image same as she saw in the list on the previous page. Thanks for reading.
Please add crop behavior to Title image component.
Do this. Create your own title component by:
Great workaround for now. Also set Action to “None”
Only two drawbacks.
Correct. Forgot to mention Action -> None.
You could also create your own using Cloudinary. It’s how I did mine in my MyCard App:
I knew I was forgetting something. Why is MULTIPLE relation required for this?
You can’t create an inline list that allows for tiles or cards when using a single relation.
That’s what I’ve been doing in some apps recently, a multi relation to be flexible in showing things, a single relation if I want to take some specific information only.
Yep, I do both and call it rel_mult_NAME and rel_sing_NAME