add description and prevent video from openeing in full screen on IOS
This commit is contained in:
@ -116,7 +116,7 @@
|
||||
<h2>Tom, tomoron</h2>
|
||||
<p>Backend</p>
|
||||
<div class="info">
|
||||
<p>Tom est spécialisé en développement backend et travaille principalement avec Node.js et MongoDB.</p>
|
||||
<p>Tom led back-end development with Django, PostgreSQL, and Docker, creating a secure, scalable, and efficient backbone that seamlessly integrated with the front end.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="team-member">
|
||||
|
@ -98,6 +98,7 @@ class Screen
|
||||
video.loop = true;
|
||||
video.muted = true;
|
||||
video.crossOrigin = 'anonymous';
|
||||
video.setAttribute("playsinline", "");
|
||||
|
||||
video.addEventListener('loadedmetadata', () => {
|
||||
const texture = this.screen.material.map;
|
||||
@ -161,4 +162,4 @@ class Screen
|
||||
|
||||
};
|
||||
|
||||
export { Screen };
|
||||
export { Screen };
|
||||
|
@ -271,4 +271,4 @@ body {
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
object-position: 50% 50%;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user