Hi,
Im having trouble with the Vimeo component. Im trying to input the Video ID property dynamically via a database query. But instead of concatenating the Video ID with the Vimeo url, it displays it as a separate property. Any ideas?
Hi,
Im having trouble with the Vimeo component. Im trying to input the Video ID property dynamically via a database query. But instead of concatenating the Video ID with the Vimeo url, it displays it as a separate property. Any ideas?
Hello!
Unfortunately it is a bug, we will report it. As a workaround set src attribute for vimeo component using JS preAppery("vimeoName").attr("src", "http://player.vimeo.com/video/"+value+"?color=00adef")/pre
Hi Maryna,
Am i able to set value as a column for the database or as a variable? Or does it have to be a static number?
Hello Rowan,
You can put anything in value. Or you may add code to the mapping, then the value will automatically come into mapped value.