Skip to main content
10-Marble
December 14, 2017
Solved

Carousel Effect

  • December 14, 2017
  • 1 reply
  • 4146 views

Hi, how to achieve Carousel Effect in thingworx for showing multiple images.

Best answer by posipova

While there is no out of the box ready solution for this, you could look into multiple alternatives. One would be to develop your own custom widget that would serve this specific purpose. I'm attaching documentation on custom extensibility. Another option would be to use the Html text area widget and embed your images in there using html code. Third option would be to use the Web Frame widget and host your carousel image on an independent website that you could then embed in the web frame.

1 reply

posipova20-TurquoiseAnswer
20-Turquoise
December 14, 2017

While there is no out of the box ready solution for this, you could look into multiple alternatives. One would be to develop your own custom widget that would serve this specific purpose. I'm attaching documentation on custom extensibility. Another option would be to use the Html text area widget and embed your images in there using html code. Third option would be to use the Web Frame widget and host your carousel image on an independent website that you could then embed in the web frame.

20-Turquoise
December 14, 2017

Quick addition: Bootstrap Carousel