I have a custom field, a Video URL (Embedded Media) field to display a video from a dynamic source in a template. This works for 1 video.
The field is set to “Allow multiple instances of this field” and in the backend I can store multiple video URLs.
The content template is built with the Block Editor.
How to display all of the available instances of this field? Not only 1 video, but all of the existing videos??
But I cannot figure it out how to use the [wpv-for-each] shortcode exactly??
If I use a shortcode field with [wpv-for-each field="wpcf-video-url"] [wpv-post-field name="wpcf-video-url"] [/wpv-for-each] then the 2 youtube links are displayed in a line but not the videos.
How to display more than 1 videos which are stored in a custom video URL (embedded media) field?
How to use the shortcode [wpv-for-each] exactly??
Must be the embedded iframe but adjusting there the css is also not working. Only if I set absolute width and height with px but then it is not responsive .....