Replies: 1 comment
-
@ceeckhout |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I filter the feed in such a way that only the images with #love are shown?
filter: function(image) { return image.tags.indexOf('[#love]') >= 0; }
doesn't work.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions