No content to show
User Activity
04-27-2020
Hi @Visely-Team - Thank you for responding! I use the Debut theme - is it the same code for that, too? Thank you!
04-24-2020
Changing the code from "l" to "g.g" (see red text below) worked for me: function getVideoOptions(evt) {return videos[evt.target.l.id];tofunction getVideoOptions(evt) {return videos[evt.target.g.g.id];Though I had changed the code from "a" to "l" a fe...
04-11-2020
This worked for me too - thank you for posting!@Visely-Team wrote:@Agail in your theme.js find the following snippet: function getVideoOptions(evt) {
return videos[evt.target.a.id];
}and adjust it to read: function getVideoOptions(evt) {
...