<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>ZingGrid Demo</title>
<script nonce="undefined" src="https://cdn.zinggrid.com/zinggrid.min.js"></script>
<style>
zing-grid[loading] {
height: 277px;
}
</style>
</head>
<body>
<zing-grid caption="Videos in Grids" data='[
{
"title": "Youtube Drone Shot of UCSD",
"videoUrl": "https://www.youtube.com/embed/EA8KDWc9Ch4",
"description": "A video of the beautiful University of California San Diego in sunny southern California."
},
{
"title": "Vimeo Women in Animation",
"videoUrl": "https://player.vimeo.com/video/263005929",
"description": "Interview with Caroline Foley, well known animator for popular TV shows such as Rick and Morty, Bojack Horseman, and Robot Chicken."
},
{
"title": "Youtube Drone Shot of Scripps Pier",
"videoUrl": "https://www.youtube.com/embed/bDFe5Jsa3nY",
"description": "A video of the beautiful Scripps Pier in sunny San Diego."
}
]'>
<zg-colgroup>
<zg-column index="title"></zg-column>
<zg-column index="description"></zg-column>
<zg-column index="videoUrl" type="iframe" alt="missing iframe"></zg-column>
</zg-colgroup>
</zing-grid>
<script>
ZingGrid.setLicense(['26ccbfec16b8be9ee98c7d57bee6e498']);
</script>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>ZingGrid Demo</title>
<script src="https://cdn.zinggrid.com/zinggrid.min.js"></script>
</head>
<body>
<zing-grid caption="Videos in Grids" data='[
{
"title": "Youtube Drone Shot of UCSD",
"videoUrl": "https://www.youtube.com/embed/EA8KDWc9Ch4",
"description": "A video of the beautiful University of California San Diego in sunny southern California."
},
{
"title": "Vimeo Women in Animation",
"videoUrl": "https://player.vimeo.com/video/263005929",
"description": "Interview with Caroline Foley, well known animator for popular TV shows such as Rick and Morty, Bojack Horseman, and Robot Chicken."
},
{
"title": "Youtube Drone Shot of Scripps Pier",
"videoUrl": "https://www.youtube.com/embed/bDFe5Jsa3nY",
"description": "A video of the beautiful Scripps Pier in sunny San Diego."
}
]'>
<zg-colgroup>
<zg-column index="title"></zg-column>
<zg-column index="description"></zg-column>
<zg-column index="videoUrl" type="iframe" alt="missing iframe"></zg-column>
</zg-colgroup>
</zing-grid>
</body>
</html>