Justify text content (and other features)

Hi! Is there no justify feature on Glide yet?

Edit: And also stuff like collapsible groups and image carousels (that automatically slideshows the images in the app).

It depends which component you are using. Some have a justify (align) option, and some don’t. A Text component, for example, does have options to align left, right or centre.

Collapsible groups - depends what you mean. Maybe yes, maybe no.

Image carousel - yes. Use an Image component and set the source to be an array of images, and you will get a carousel.

May I know which component has it? I’ve tried Text, Rich Text, Note, Hint, and Headline, but couldn’t find it.

What I mean by collapsible group is a component which, for example, has only the headline/header displayed, and when a user hovers or clicks on it, the body of text under it will appear.

Thank you for the advice on the carousel! I have tried a while ago how to work around it and haven’t found an automatic slideshow of all images in one column. I figured the Multiple Images or Lookup would do the trick, but it still only displays the first image in the column. I guess it doesn’t work that way yet, so I’ve resorted to shelf the idea for now.

Text component:

With the Rich Text component, HTML/Markdown is supported, so you could do something like:

<center>This is my text</center>

Oh, thanks so much!

I found the tag for justifying a text.

Justify text → Not supported in Glide (only left/center/right).

Collapsible groups → Not built-in; only via Chrome extension (for Builder) or CSS/visibility hacks.

Image carousel → Supported as swipeable gallery, but no auto-slideshow unless you use custom CSS tricks.