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;
});
});
We’d like to offer you the opportunity to share all that is cute and wholesome in the name of Kawaii Day! Go forth now and share something that is absolutely adorable! Stay beautiful, and most importantly, cute ♡