MyBB Community Forums

Full Version: Viewing 3D model
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, there.

I'm looking for information on how to insert a 3D model into a message in a forum. For example, how do I insert this 3D file (https://www.artec3d.com/3d-models/puffer-fish) with the ability to rotate and view the enlarged image? Tried different options (img, gifs etc), searched for the necessary information, but apparently my search skills are too low for this. 

I'd appreciate your help.
Vernon.
This 3D model is inserted as an iframe:
<iframe class="sketchfab-model" src="https://sketchfab.com/models/dbba678ce8ac49899e63038c880a5a73/embed?autostart=1&amp;ui_infos=0" allowfullscreen="" mozallowfullscreen="true" webkitallowfullscreen="true" onmousewheel="" frameborder="0"></iframe>

You can also choose your own dimension of the frame by putting a style parameter inside of this iframe tag:
<iframe ... ... style="width: 480px; height: 320px; ... ..."></iframe>

Mind that you insert external content to your site.

[ExiTuS]