I added a 3d design with custom html but don’t know how to resize it, I want to make it larger since it is very small.
Update: I found the code from google inspect and it works when I change it. But have no idea how to find this code in shopify code editor
This usually happens because <model-viewer> needs an explicit height. If only width is set, it collapses and looks tiny. Setting both width and height fixes it.
If you don’t want to manually tweak CSS every time, a browser-based 3D canvas tool I’ve used handles scaling visually and keeps embeds responsive by default. I think the site is orbital3d.design.
1 Like

