Adding a Rich Text slide to a Pro Gallery (or alternatives)

Hello! I’m trying to set up a slide show of media on my Wix website that would include a slide with an Iframe (to render a 3D object from a third party website). Any idea on how I can go about and do something like that?

I’ve tried pushing that info into the gallery array media, but it seems like the Pro Gallery widget only recognises images and videos.

Is there anyway I can code a gallery from scratch and make it work?

Appreciate any help.

  1. You can learn how to connect pro gallery to collection by watching this video ( https://youtu.be/HBpPVL3fS4I )
  2. You can try to make a slider with a multistate box.
  3. You can embed the slider using the postMessage() api and connect it to the wix collection. ( https://www.wix.com/velo/reference/$w/htmlcomponent/postmessage )
  4. You can use the custom elements but it’s difficult to do something with ( https://www.wix.com/velo/examples?search=custom+element )