[ad_1]
[ad_2]
Does anyone know how this intro/ design could be achieved in wordpress?
I would love to make something similar for a clothes shop. It looks like this user made this on shopify. Not sure if there's a plugin or theme that can replicate it.

Yeah its a lot less fancy than you think, they are using a preloader that just plays this video: [https://cdn.shopify.com/videos/c/o/v/bbd51144ffbd40f9a5e45728aa81c428.mp4](https://cdn.shopify.com/videos/c/o/v/bbd51144ffbd40f9a5e45728aa81c428.mp4) then redirects you to the actual site when the video finishes.
So essentially a plugin with a video overlay that plays when you click and dissapears when the video ends , youd also want to only show the video on the initial load so if you reload it takes you right to the page content.
Some sites go a lot crazier with a three.js application with 3d models, this isn’t anything like that its just a video which makes it a bit easier.
You will need someone who can 3d model to create the actual scene for the video though which is a whole seperate thing but you can checkout blender if you want to learn it yourself.
It’s a 6 second video with hidden video player controls with the “Enter button” as a title in the video so clicking anywhere on the screen plays the video so you can use the loading screen plugins and will need a video editor to make the video to use in the plugin. This is the easiest way.
Another way is by using a full screen popup plugin that displays the video but you would need the steps below on how to hide the video after playing once.
The other way would be to display the video with HTML and use a JS event listener on the video to listen for the end then hide/close it