Rtmedia sliders

Hi,

I’d like to know if we can display pictures uploaded with rtmedia in a slider instead of a gallery; or do we have to use an additional plugin for that?

Thanks,
Laurent.

Hi Laurent,
Yes it can possible. You may need to write custom code. Please have a look at this file -> https://github.com/rtCamp/rtMedia/blob/master/app/helper/RTMediaModel.php#L38. By using this method, you can get rtMedia images and can use it in slideshow.

Thanks for the info Ritesh!