cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X

Carousel Effect

bgupta-2
9-Granite

Carousel Effect

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

1 ACCEPTED SOLUTION

Accepted Solutions
posipova
20-Turquoise
(To:bgupta-2)

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.

View solution in original post

2 REPLIES 2
posipova
20-Turquoise
(To:bgupta-2)

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.

posipova
20-Turquoise
(To:posipova)

Quick addition: Bootstrap Carousel

Top Tags