image-carousel
Reactive icon

Image Carousel

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded
 on 11 January 2023
 by 
0.0
 (0 ratings)
image-carousel

Image Carousel

Documentation
1.0.1

It is simple to add to your project, just add the web block to your screen and supply it a list of images you want to display! 

The three inputs:

  1. ImageList - This is the list of the images to provide to the component. It will display these images as given. The Image Name attribute is optional, as developers may not want to display them to users.
  2. ShowImageNameOnLightBox - This is a boolean variable (default: False) that determines whether to display the image names when the light box opens. 
  3. BackgroundImage (optional) - This is the image that will display in the background of the whole carousel. This is nice to have if you are using a gif (or other similar file type) that has animations and would like to add a little pop to the display. 

1.0.0

It is simple to add to your project, just add the web block to your screen and supply it a list of images you want to display! 

The two inputs:

  1. ImageList - This is the list of the images to provide to the component. It will display these images as given. The Image Name attribute is optional, as developers may not want to display them to users.
  2. ShowImageNameOnLightBox - This is a boolean variable (default: False) that determines whether to display the image names when the light box opens.