I’m on my phone and not looking at the code, @blubee, but I can infer from the syntax that the images param should be an array. If you’re currently going with images: my-image.jpg, try something more like images: [my-image.jpg] and see if that works. The built-in partial is looking for an index 0, which tells me it’s expecting an array rather than a single value…