# Mix of video and VRML

**URL:** https://forum.pinegrow.com/t/mix-of-video-and-vrml/5637
**Category:** Beginners
**Created:** [September 8, 2021, 4:29am UTC](https://forum.pinegrow.com/t/mix-of-video-and-vrml/5637 "2021-09-08T04:29:29Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Idott](https://avatars.discourse-cdn.com/v4/letter/i/ea666f/32.png) [@Idott](https://forum.pinegrow.com/u/Idott)
#### Post date: [September 8, 2021, 4:29am UTC](https://forum.pinegrow.com/t/mix-of-video-and-vrml/5637/1 "2021-09-08T04:29:29Z")

</div>

Hi,  
I just got busy with putting an educational web page together for distant learning since NZ went back into lock-down. Main aim of the design is to keep it clear, free from too much distraction and usable. Put in the VRML and webm. The whole design scales nicely from extra large to medium, I don’t anticipate students doing CAD work on a phone.  
Any thoughts most welcome. Link [ML Week 3 Sketchup start](https://idott.io/school/ml8sketchupStart.html)  
Ian

---

<div class="post-metadata">

### Author: ![AllMediaLab](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/allmedialab/32/2079_2.png) [@AllMediaLab](https://forum.pinegrow.com/u/AllMediaLab)
#### Post date: [September 8, 2021, 7:40am UTC](https://forum.pinegrow.com/t/mix-of-video-and-vrml/5637/2 "2021-09-08T07:40:02Z")

</div>

I would use a Bootstrap 5 template from Pinegrow and first study how the framework has to be used. Then use the Bootstrap 5 building blocks to build the site, because this makes no sense.

The content structure is:  
`<section> (if you want sections) <container> <row> <col>`

> **[Grid system](https://getbootstrap.com/docs/5.0/layout/grid/)**
>
> Use our powerful mobile-first flexbox grid to build layouts of all shapes and sizes thanks to a twelve column system, six default responsive tiers, Sass variables and mixins, and dozens of predefined classes.

Good Luck!

David

---

<div class="post-metadata">

### Author: ![Idott](https://avatars.discourse-cdn.com/v4/letter/i/ea666f/32.png) [@Idott](https://forum.pinegrow.com/u/Idott)
#### Post date: [September 8, 2021, 8:39am UTC](https://forum.pinegrow.com/t/mix-of-video-and-vrml/5637/3 "2021-09-08T08:39:31Z")

</div>

Hi David,  
Thank you for your suggestion, seems like a good idea. I had been wondering what a correct structure might be.  
Just took a look at the gallery template, see there is no use of a grid. The first tutorial I did was using the grid so assumed it was the way to go.
