Skip to content
Snippets Groups Projects
Commit 257e1e87 authored by AKIFI NAIL's avatar AKIFI NAIL
Browse files

casque vr mobile zoom (push pour plesk et test)

parent 8d92702c
Branches
No related merge requests found
......@@ -1488,7 +1488,7 @@ @media (max-width: 768px) {
.vr-container{
height: 57vh;
margin-top: -5rem;
margin-top: -4rem;
}
.w-50-6{
......@@ -1497,7 +1497,7 @@ @media (max-width: 768px) {
.padding-vr-text{
padding-top: 0rem;
margin-top: -10rem;
margin-top: -8rem;
margin-left: 1.2rem;
}
......
......@@ -81,7 +81,7 @@ loader.load(
const startPosition = new THREE.Vector3(0, 300, -750); // Position initiale
let endPosition;
if (isMobile) {
endPosition = new THREE.Vector3(-500, 150, 100);
endPosition = new THREE.Vector3(-400, 150, 100);
} else {
endPosition = new THREE.Vector3(-520, 150, 100);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment