
A plugin that displays media items (images & videos) in a carousel fetched from an ACF field.
Screenshots

Adding field in field groups. Label could be any thing(media_carousel, media_carousel_B etc). Name could be anything but must me unique(media_carousel_json, media_carousel_B etc) this name is used for shortcode. Label must be a text area.

Adding data in Custom post type. Follow the json structure shown in the Screenshots. In "image" enter image url and in "video" use the embeded youtube video link. You can use as many image and video you want.
![Adding shortcode, format is [media_carousel field= "your_acf_field"] replace your_acf_field with field shown on screenshot 1. Example: [media_carousel field= "media_carousel_json"].](https://ps.w.org/media-carousel-acf-field/assets/screenshot-3.png?rev=3261777)
Adding shortcode, format is [media_carousel field= "your_acf_field"] replace your_acf_field with field shown on screenshot 1. Example: [media_carousel field= "media_carousel_json"].

Media carousel displayed on custom post.