
GLB/GLTF Model Editor / Viewer
Here are some links to cool tools on the web to view and edit GLB files. GLB file is a binary file that has all 3D models + animation data inside it. https://modelviewer.dev/editor/ https://threejs.org/editor/ You can also open .glb, .gltf files in free software...
Zoom everything on bigger screens – CSS Media queries
Hi, if you want to zoom your website on a bigger screen like QHD and UHD i.e > 1920px you can just use the following media queries. You can edit them according to your needs. /* Zoom everything on bigger screens */ @media (min-width:2000px) and (max-width:2399px) {...
Royalty free stock images and more
Hi, will be listing royalty-free stock image websites here that I use daily for my work. https://pixabay.com/ https://www.freepik.com/
You must be logged in to post a comment.