import wixData from 'wix-data'; $w.onReady(function() { wixData.query('Jarryd').eq('name', 'Jarryd') .find().then(result => { //Get data of the first row const rowInDatabase = result.items[0]; //Creating array for images to put it gallery const imagesToShow = []; //going over all fields in the row for (let key in rowInDatabase) { //assuming images fields have the word 'image' in them if (key.includes('image')) { imagesToShow.push({src: rowInDatabase[key]}); } } $w('#gallery1').items = imagesToShow; }); });
top of page

EVENTS

Upcoming events

Thumbnail

MANGA DAY

30 April 2021

c82d37047bcc80c0022e02f41f3fe74f127e2028

CROSSWORD CHALLENGE

Date to be decided

Koizumi.Hanayo.full.1888897.jpg

MYSTERY DAY

Date to be decided

Latest events

For any queries or suggestions, please contact Gaige#0666 on Discord.

  • AniList
  • Discord
bottom of page