Simple Image Carousel Under 2 minutes (Using AI Custom Component)

You can quickly create an image carousel in Glide using a custom component.

You just need to prepare:

  1. Table with an image in each column.
  2. Appropriate prompt (sample: “Create an image carousel in Glide using images from columns ‘Image1’, ‘Image2’, ‘Image3’, ‘Image4’,and ‘Image5’. The carousel should only use a slider for navigation between the images. Ensure that the images are set to fit within the carousel container.”).

Video Tutorial

Feel free to leave any feedback. :smiley:

2 Likes

Move your post to the community resources category. :slight_smile: Thanks for sharing!

1 Like

I can’t select community resources category, so i post in general.

1 Like

What’s the advantage of this compared to the native image carousel?

I don’t know how to create a carousel image in any other way, so for me, at least, this is an advantage.

You can do it like this:

  • Create a multiple images column.
  • Upload multiple images into an image picker pointing to that column.
  • Create an image component pointing to the multiple images column. It will automatically be set up as a carousel if you have multiple images.
3 Likes

Thank you @ThinhDinh, I’ll try that.

update: If we adding something on the prompt, we can see some change in the carousel.

  1. adding border round 10 px: Create an image carousel in Glide using images from columns ‘Image1’, ‘Image2’, ‘Image3’, ‘Image4’,and ‘Image5’. The carousel should only use a slider for navigation between the images. Ensure that the images are set to fit within the carousel container, also please make the border round 10 px

  2. add ocean wave sound effect: Create an image carousel in Glide using images from columns ‘Image1’, ‘Image2’, ‘Image3’, ‘Image4’,and ‘Image5’. The carousel should only use a slider for navigation between the images. Ensure that the images are set to fit within the carousel container, also please make the border round 10 px, also please add ocean wave sound effect when sliding the images

  3. add spin transition effect: Create an image carousel in Glide using images from columns ‘Image1’, ‘Image2’, ‘Image3’, ‘Image4’,and ‘Image5’. The carousel should only use a slider for navigation between the images. Ensure that the images are set to fit within the carousel container, also please make the border round 10 px, also please make spin transition effect

This is very good, but you can indicate that it should be automatic, with intervals of 2 seconds between images and repeat the action when reaching the last image.

2 Likes

nice, it’s possible using this prompt:

Create an image carousel in Glide using images from columns ‘Image1’, ‘Image2’, ‘Image3’, ‘Image4’,and ‘Image5’. The carousel should only use a slider for navigation between the images. Ensure that the images are set to fit within the carousel container, also please make the border round 10 px, also please make spin transition effect, make it automatic slider with 2 seconds interval and repeat the images after the last images