-1
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>index2</title>
<style>
iframe {
width: 300px;
height: 210px;
}
</style>
</head>
<body>
<iframe width="967" height="544" src="https://www.youtube.com/embed/ZWVVzA-Yq8U" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="967" height="544" src="https://www.youtube.com/embed/ZWVVzA-Yq8U" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="967" height="544" src="https://www.youtube.com/embed/ZWVVzA-Yq8U" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="967" height="544" src="https://www.youtube.com/embed/ZWVVzA-Yq8U" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="967" height="544" src="https://www.youtube.com/embed/ZWVVzA-Yq8U" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="967" height="544" src="https://www.youtube.com/embed/ZWVVzA-Yq8U" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="967" height="544" src="https://www.youtube.com/embed/ZWVVzA-Yq8U" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="967" height="544" src="https://www.youtube.com/embed/ZWVVzA-Yq8U" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="967" height="544" src="https://www.youtube.com/embed/ZWVVzA-Yq8U" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="967" height="544" src="https://www.youtube.com/embed/ZWVVzA-Yq8U" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="967" height="544" src="https://www.youtube.com/embed/ZWVVzA-Yq8U" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="967" height="544" src="https://www.youtube.com/embed/ZWVVzA-Yq8U" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="967" height="544" src="https://www.youtube.com/embed/ZWVVzA-Yq8U" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="967" height="544" src="https://www.youtube.com/embed/ZWVVzA-Yq8U" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="967" height="544" src="https://www.youtube.com/embed/ZWVVzA-Yq8U" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="967" height="544" src="https://www.youtube.com/embed/ZWVVzA-Yq8U" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="967" height="544" src="https://www.youtube.com/embed/ZWVVzA-Yq8U" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="967" height="544" src="https://www.youtube.com/embed/ZWVVzA-Yq8U" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="967" height="544" src="https://www.youtube.com/embed/ZWVVzA-Yq8U" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="967" height="544" src="https://www.youtube.com/embed/ZWVVzA-Yq8U" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</body>
</html>
In the above example the document contains several embedded videos within the tags iframe
of Youtube the problem is that when the document is executed in Browser the iframe
is loaded one by one and ends up letting the user see these elements being loaded. What I would like is that in this delay in which the Browser has not rendered all the iframe
, to show some image or anything else and then to show the iframe
. If possible I would like to know what is called this technique that programmers use. I don’t know if this technique is fair on the client side or the server side, but if it is one of the two all help is welcome, welcome!
Note: I recommend you open this top code in a document on your own computer, I think the stack overflow does not allow incorporation of certain files and an example of a website that uses this technique is the MEGA.
In my
browser
, didn’t work! noconsole
fires each shipment of aiframe
an alert with the message[Deprecation] 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
– user162649
I made a change to the reply. This message that appears in the browser console is generated by the Youtube code.
– user122194