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

31/03/21

NSFW Day

Would you look at the date, it's finally April 1st. Ah yes, the day of the very funny pranks that make everyone laugh a lot and doesn't piss the fuck outta every single person and animal on this planet because all y'all's pranks are unoriginal and make me lose hope in humanity... But it's April Fools!

Kusogaki badges

Community badges

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

  • AniList
  • Discord
bottom of page