
Mi Smart Projector 2
/* =============== Mi Smart Projector 2 =============== */ #smart_projector_2 { font-size: 16px; overflow: hidden; color: #191919; background-color: #ffffff; } #smart_projector_2 ul, #smart_projector_2 ol { list-style: none; padding-left: 0; } #smart_projector_2 video, #smart_projector_2 img { vertical-align: middle; } #smart_projector_2 video { width: 100%; height: auto; } #smart_projector_2.xiaomi_container { max-width: 2560px; } #smart_projector_2 .section { line-height: 1.2; } #smart_projector_2 .section-bg { background-size: cover; background-position: center center; background-repeat: no-repeat; } #smart_projector_2 .font-bold { font-weight: 700; } #smart_projector_2 .font-light { font-weight: 300; } #smart_projector_2 .text-box { text-align: center; color: #191919; padding: 5% 12.5%; } #smart_projector_2 .text-box.text-box--left { text-align: left; } #smart_projector_2 .text-box--white { color: #ffffff; } #smart_projector_2 .text-box .title, #smart_projector_2 .text-box .desc, #smart_projector_2 .text-box .text { display: block; } #smart_projector_2 .text-box .title { font-size: 36px; line-height: 1.2; } #smart_projector_2 .text-box .title.title--big { font-size: 42px; margin-bottom: 20px; } #smart_projector_2 .text-box .desc { font-size: 22px; line-height: 1.5; margin-top: 25px; font-weight: 700; } #smart_projector_2 .text-box .text { font-size: 15px; line-height: 1.5; margin-top: 25px; font-weight: 300; } #smart_projector_2 .text-box .text.text--small { font-size: 14px; opacity: .5; } #smart_projector_2 .video-box, #smart_projector_2 .image-box { padding: 0 12.5%; } #smart_projector_2 .video-box video { width: 100%; height: auto; } #smart_projector_2 .video a, #smart_projector_2 .video .video-link { position: relative; z-index: 1; display: block; overflow: hidden; cursor: pointer; } #smart_projector_2 .video a img, #smart_projector_2 .video .video-link img { transition: 0.3s ease-in-out transform; } #smart_projector_2 .video a:hover img, #smart_projector_2 .video .video-link:hover img { transform: scale(1.1); } #smart_projector_2 .video a::after, #smart_projector_2 .video .video-link::after { content: ''; position: absolute; transform: translateX(-50%) translateY(-50%); width: 56px; height: 56px; background: url('https://media.mi-home.pl/products/smart-projector-2/play-btn.png') no-repeat center center / contain; left: 50%; top: 50%; z-index: 2; } @media (max-width: 991.98px) { #smart_projector_2 .text-box { padding: 5%; } #smart_projector_2 .text-box .title { font-size: 26px; } #smart_projector_2 .text-box .title.title--big { font-size: 36px; } #smart_projector_2 .video-box, #smart_projector_2 .image-box { padding: 0 5%; } } @media (max-width: 767.98px) { #smart_projector_2 .text-box .title { font-size: 22px; } #smart_projector_2 .text-box .title.title--big { font-size: 28px; } #smart_projector_2 .text-box .desc { font-size: 18px; margin-top: 10px; } #smart_projector_2 .text-box .text { margin-top: 15px; } } @media only screen and (max-width: 575.98px) { #smart_projector_2 .text-box { padding: 10% 5%; } #smart_projector_2 .text-box .title { font-size: 20px; } #smart_projector_2 .text-box .title.title--big { font-size: 24px; } #smart_projector_2 .text-box .desc { font-size: 16px; } #smart_projector_2 .text-box .text { font-size: 14px; } } @media (min-width: 1200px) { #smart_projector_2 .text-box .text { padding-left: 10%; padding-right: 10%; } #smart_projector_2 .text-box .text { font-size: 18px; } #smart_projector_2 .text-box.text-box--left .text { padding-left: 0; padding-right: 0; } } /* =============== Floating text-box =============== */ #smart_projector_2 .section.section-float { position: relative; z-index: 1; height: 560px; } #smart_projector_2 .section .text-box.text-box-float { padding: 0; position: absolute; z-index: 2; top: 50%; width: 40%; transform: translateY(-50%); } #smart_projector_2 .section .text-box.text-box-float--left { left: 5%; } #smart_projector_2 .section .text-box.text-box-float--right { left: 55%; } @media (max-width: 991.98px) { #smart_projector_2 .section.section-float { height: 480px; } } @media (max-width: 767.98px) { #smart_projector_2 .section.section-float { height: 420px; } #smart_projector_2 .section .text-box.text-box-float { width: 45%; } #smart_projector_2 .section .text-box.text-box-float--left { left: 5%; } #smart_projector_2 .section .text-box.text-box-float--right { left: 50%; } } @media (min-width: 1200px) { #smart_projector_2 .section.section-float { height: 650px; } #smart_projector_2 .section .text-box.text-box-float { width: 35%; } #smart_projector_2 .section .text-box.text-box-float--left { left: 15%; } } @media (min-width: 1400px) { #smart_projector_2 .section .text-box.text-box-float { width: 30%; } #smart_projector_2 .section .text-box.text-box-float--right { left: 60%; } } /* =============== Personalized =============== */ /* =============== Section 01 =============== */ #smart_projector_2 .section-01 { background-image: url('https://media.mi-home.pl/products/smart-projector-2/section-01.jpg'); height: 680px; } #smart_projector_2 .section-01 .text-box .title { font-size: 42px; } #smart_projector_2 .section-01 .text-box .desc { font-size: 24px; margin-top: 25px; font-weight: 500; } #smart_projector_2 .section-01 .text-box .text { margin-top: 25px; font-size: 16px; } @media (max-width: 991.98px) { #smart_projector_2 .section-01 { height: 440px; } #smart_projector_2 .section-01 .text-box .title { font-size: 36px; } #smart_projector_2 .section-01 .text-box .desc { font-size: 20px; margin-top: 15px; } #smart_projector_2 .section-01 .text-box .text { font-size: 15px; margin-top: 15px; } } @media (max-width: 767.98px) { #smart_projector_2 .section-01 .text-box .desc { font-size: 18px; } #smart_projector_2 .section-01 .text-box .text { font-size: 14px; } } @media only screen and (max-width: 575.98px) { #smart_projector_2 .section-01 .text-box { padding-top: 5%; } #smart_projector_2 .section-01 .text-box .title { font-size: 28px; } } @media only screen and (max-width: 363.98px) { #smart_projector_2 .section-01 { padding-bottom: 220px; } } @media (min-width: 1200px) { #smart_projector_2 .section-01 { height: 780px; } #smart_projector_2 .section-01 .text-box .title { font-size: 52px; } #smart_projector_2 .section-01 .text-box .desc { font-size: 28px; } #smart_projector_2 .section-01 .text-box .text { font-size: 18px; } } @media (min-width: 1600px) { #smart_projector_2 .section-01 { height: 880px; } } /* =============== Section 02 =============== */ #smart_projector_2 .section-02 { padding: 2.5%; background-color: #D1DDE8; } #smart_projector_2 .section-02 .list { display: flex; flex-wrap: wrap; margin: 0 auto; max-width: 1080px; width: 100%; justify-content: center; } #smart_projector_2 .section-02 .list .item { width: 33.3333%; flex: 0 0 33.3333%; font-size: 16px; font-weight: bold; color: #191919; padding: 30px 15px; text-align: center; position: relative; z-index: 1; } #smart_projector_2 .section-02 .list .item.item-1::after, #smart_projector_2 .section-02 .list .item.item-2::after, #smart_projector_2 .section-02 .list .item.item-4::after { background-color: rgba(0,0,0,0.5); content: ''; position: absolute; right: 0; top: 15%; height: 70%; width: 1px; } #smart_projector_2 .section-02 .list .item.item-4, #smart_projector_2 .section-02 .list .item.item-5 { flex: 0 0 50%; width: 50%; border-top: 1px solid rgba(0,0,0,0.5); } @media (max-width: 767.98px) { #smart_projector_2 .section-02 .list .item { font-size: 15px; } } @media only screen and (max-width: 575.98px) { #smart_projector_2 .section-02 .list .item { font-size: 14px; } #smart_projector_2 .section-02 .list .item { width: 50%; flex: 0 0 50%; } #smart_projector_2 .section-02 .list .item { border-bottom: 1px solid rgba(0,0,0,0.5); } #smart_projector_2 .section-02 .list .item.item-4, #smart_projector_2 .section-02 .list .item.item-5 { border-top: none; } #smart_projector_2 .section-02 .list .item.item-5 { border-bottom: none; } #smart_projector_2 .section-02 .list .item.item-1::after, #smart_projector_2 .section-02 .list .item.item-3::after { background-color: rgba(0,0,0,0.5); content: ''; position: absolute; right: 0; top: 15%; height: 70%; width: 1px; } #smart_projector_2 .section-02 .list .item.item-2::after, #smart_projector_2 .section-02 .list .item.item-4::after { content: none; } } @media (min-width: 1200px) { #smart_projector_2 .section-02 .list .item { font-size: 19px; padding: 40px 20px; } } /* =============== Section 03 =============== */ #smart_projector_2 .section-03 { padding-bottom: 5%; } #smart_projector_2 .section-03 .video-box { max-width: 1080px; width: 90%; margin: 0 auto; padding: 0; } /* =============== Section 04 =============== */ #smart_projector_2 .section-04 { background-image: url('https://media.mi-home.pl/products/smart-projector-2/section-04.jpg'); height: 660px; } @media (max-width: 991.98px) { #smart_projector_2 .section-04 { height: 560px; } } @media (max-width: 767.98px) { #smart_projector_2 .section-04 { height: 440px; } } @media only screen and (max-width: 575.98px) { #smart_projector_2 .section-04 { height: auto; background-position: center bottom; background-size: 120% auto; background-color: #ffffff; padding-bottom: 200px; } #smart_projector_2 .section-04 .text-box { width: 100%; padding: 10% 5%; text-align: center; } } @media only screen and (max-width: 363.98px) { #smart_projector_2 .section-04 { padding-bottom: 150px; } } @media (min-width: 1200px) { #smart_projector_2 .section-04 { height: 740px; } } @media (min-width: 1620px) { #smart_projector_2 .section-04 { height: 860px; } } /* =============== Section 05 =============== */ #smart_projector_2 .section-05 { padding-bottom: 5%; } #smart_projector_2 .section-05 .image-box { max-width: 1080px; width: 90%; margin: 0 auto; padding: 0; } /* =============== Section 06 =============== */ #smart_projector_2 .section-06 { background-image: url('https://media.mi-home.pl/products/smart-projector-2/section-06.jpg'); height: 920px; position: relative; z-index: 1; } #smart_projector_2 .section-06 .image-desc { position: absolute; z-index: 2; left: 10%; width: 80%; bottom: 12.5%; display: flex; } #smart_projector_2 .section-06 .image-desc .item { flex: 0 0 50%; width: 50%; text-align: center; color: #ffffff; font-size: 18px; } #smart_projector_2 .section-06 .image-desc .item span { padding: 8px 15px; display: inline-block; background-color: rgba(52,144,211,0.65); } @media (max-width: 991.98px) { #smart_projector_2 .section-06 { height: 680px; } } @media (max-width: 767.98px) { #smart_projector_2 .section-06 .image-desc { left: 5%; width: 90%; } #smart_projector_2 .section-06 .image-desc .item { font-size: 16px; } } @media only screen and (max-width: 575.98px) { #smart_projector_2 .section-06 { height: auto; background-position: center bottom; background-size: 120% auto; background-color: #47C1EE; padding-bottom: 280px; } #smart_projector_2 .section-06 .text-box { width: 100%; padding: 10% 5%; text-align: center; background-color: #47C1EE; } #smart_projector_2 .section-06 .image-desc .item { font-size: 13px; } #smart_projector_2 .section-06 .image-desc { bottom: 7.5%; } } @media only screen and (max-width: 363.98px) { #smart_projector_2 .section-06 { padding-bottom: 200px; } } @media (min-width: 1200px) { #smart_projector_2 .section-06 { height: 1040px; } } @media (min-width: 1620px) { #smart_projector_2 .section-06 { height: 1160px; } } /* =============== Section 07 =============== */ #smart_projector_2 .section-07 { background-color: #EDF0F7; } #smart_projector_2 .section-07 .text-box { padding-bottom: 0; position: relative; z-index: 2; } #smart_projector_2 .section-07 .image-box { max-width: 1080px; width: 100%; margin: 0 auto; padding: 0; position: relative; z-index: 1; } #smart_projector_2 .section-07 .image-desc { position: absolute; z-index: 2; left: 12.5%; width: 75%; bottom: 22.5%; display: flex; } #smart_projector_2 .section-07 .image-desc .item { flex: 0 0 50%; width: 50%; text-align: center; color: #ffffff; font-size: 22px; } #smart_projector_2 .section-07 .image-desc .item-2 { padding-left: 30px; } @media (max-width: 991.98px) { #smart_projector_2 .section-07 .image-box { max-width: 680px; } #smart_projector_2 .section-07 .image-desc { bottom: 22%; } #smart_projector_2 .section-07 .image-desc .item { font-size: 18px; } #smart_projector_2 .section-07 .image-desc .item-2 { padding-left: 20px; } } @media (max-width: 767.98px) { #smart_projector_2 .section-07 .image-desc .item { font-size: 16px; } } @media only screen and (max-width: 575.98px) { #smart_projector_2 .section-07 .image-desc .item { font-size: 14px; } } /* =============== Section 08 =============== */ #smart_projector_2 .section-08 { padding-bottom: 5%; } #smart_projector_2 .section-08 .image-box { max-width: 1080px; width: 90%; margin: 0 auto; padding: 0; } /* =============== Section 09 =============== */ #smart_projector_2 .section-09 { background-image: url('https://media.mi-home.pl/products/smart-projector-2/section-09.jpg'); background-position: bottom center; height: 860px; position: relative; z-index: 1; } #smart_projector_2 .section-09 .image-desc { position: absolute; z-index: 2; left: 15%; width: 70%; bottom: 5%; display: flex; } #smart_projector_2 .section-09 .image-desc .item { flex: 0 0 50%; width: 50%; text-align: center; color: rgba(255, 255, 255, 0.5); font-size: 18px; } @media (max-width: 991.98px) { #smart_projector_2 .section-09 { height: 680px; } #smart_projector_2 .section-09 .image-desc .item { font-size: 16px; } } @media (max-width: 767.98px) { #smart_projector_2 .section-09 { height: 520px; } #smart_projector_2 .section-09 .image-desc .item { font-size: 15px; } } @media only screen and (max-width: 575.98px) { #smart_projector_2 .section-09 { height: auto; background-position: center bottom 100px; background-size: 100% auto; background-color: #000000; padding-bottom: 350px; } #smart_projector_2 .section-09 .text-box { width: 100%; padding: 10% 5%; text-align: center; } #smart_projector_2 .section-09 .image-desc { left: 0; width: 100%; bottom: 50px; } #smart_projector_2 .section-09 .image-desc .item { font-size: 13px; } } @media only screen and (max-width: 363.98px) { #smart_projector_2 .section-09 { padding-bottom: 250px; } } @media (min-width: 1200px) { #smart_projector_2 .section-09 { height: 940px; } } @media (min-width: 1620px) { #smart_projector_2 .section-09 { height: 1080px; } } /* =============== Section 10 =============== */ #smart_projector_2 .section-10 { background-image: url('https://media.mi-home.pl/products/smart-projector-2/section-10.jpg'); height: 860px; position: relative; z-index: 1; } #smart_projector_2 .section-10 .text-box { padding-right: 55%; } #smart_projector_2 .section-10 .text.text--color { color: #92cbff; } #smart_projector_2 .section-10 .text-bottom { padding: 5% 12.5%; position: absolute; left: 0; bottom: 0; color: #ffffff; font-weight: 200; font-size: 15px; } @media (max-width: 991.98px) { #smart_projector_2 .section-10 { height: 680px; } #smart_projector_2 .section-10 .text-bottom { padding: 5%; font-size: 14px; } } @media (max-width: 767.98px) { #smart_projector_2 .section-10 { height: 560px; } #smart_projector_2 .section-10 .text-box { padding-right: 45%; } #smart_projector_2 .section-10 .text-box .text { padding-right: 20%; } } @media only screen and (max-width: 575.98px) { #smart_projector_2 .section-10 { height: auto; background-position: center bottom 100px; background-size: 120% auto; background-color: #3160AE; padding-bottom: 420px; } #smart_projector_2 .section-10 .text-box { width: 100%; padding: 10% 5%; text-align: center; background-color: #3160AE; } #smart_projector_2 .section-10 .text-box .text { padding-right: 0; } #smart_projector_2 .section-10 .text-bottom { font-size: 13px; background-color: #3160AE; } } @media only screen and (max-width: 363.98px) { #smart_projector_2 .section-10 { padding-bottom: 320px; } } @media (min-width: 1200px) { #smart_projector_2 .section-10 { height: 980px; } } @media (min-width: 1620px) { #smart_projector_2 .section-10 { height: 1080px; } } /* =============== Section 11 =============== */ #smart_projector_2 .section-11 { padding-bottom: 5%; } #smart_projector_2 .section-11 .image-box { max-width: 1080px; width: 90%; margin: 0 auto; padding: 0; } /* =============== Section 12 =============== */ #smart_projector_2 .section-12 { background-color: #F3F4F9; padding-bottom: 5%; } #smart_projector_2 .section-12 .text-box img { display: inline-block; margin-top: 30px; width: 210px; } #smart_projector_2 .section-12 .image-box { max-width: 1080px; width: 90%; margin: 0 auto; padding: 0; } @media (max-width: 767.98px) { #smart_projector_2 .section-12 .text-box img { margin-top: 20px; width: 180px; } } /* =============== Section 13 =============== */ #smart_projector_2 .section-13 { background-image: url('https://media.mi-home.pl/products/smart-projector-2/section-13.jpg'); height: 780px; } @media (max-width: 991.98px) { #smart_projector_2 .section-13 { height: 660px; } } @media (max-width: 767.98px) { #smart_projector_2 .section-13 { height: 560px; } } @media only screen and (max-width: 575.98px) { #smart_projector_2 .section-13 { height: auto; background-position: center bottom; background-size: 140% auto; background-color: #CDDFF3; padding-bottom: 280px; } #smart_projector_2 .section-13 .text-box { width: 100%; padding: 10% 5%; text-align: center; } } @media only screen and (max-width: 363.98px) { #smart_projector_2 .section-13 { padding-bottom: 200px; } } @media (min-width: 1200px) { #smart_projector_2 .section-13 { height: 880px; } } @media (min-width: 1620px) { #smart_projector_2 .section-13 { height: 1080px; } } /* =============== Section 14 =============== */ #smart_projector_2 .section-14 { padding-bottom: 5%; } #smart_projector_2 .section-14 .image-box { max-width: 1080px; width: 90%; margin: 0 auto; padding: 0; } /* =============== Section 15 =============== */ #smart_projector_2 .section-15 { background-image: url('https://media.mi-home.pl/products/smart-projector-2/section-15.jpg'); height: 760px; } @media (max-width: 991.98px) { #smart_projector_2 .section-15 { height: 560px; } } @media (max-width: 767.98px) { #smart_projector_2 .section-15 { height: 440px; } } @media only screen and (max-width: 575.98px) { #smart_projector_2 .section-15 { height: auto; background-position: center bottom; background-size: 140% auto; background-color: #D1E3FB; padding-bottom: 300px; } #smart_projector_2 .section-15 .text-box { width: 100%; padding: 10% 5%; text-align: center; } } @media only screen and (max-width: 363.98px) { #smart_projector_2 .section-15 { padding-bottom: 220px; } } @media (min-width: 1200px) { #smart_projector_2 .section-15 { height: 960px; } } @media (min-width: 1620px) { #smart_projector_2 .section-15 { height: 1080px; } } /* =============== Section image box =============== */ #smart_projector_2 .section .image-box-wrap { padding: 5% 0; width: 90%; margin: 0 auto; overflow: hidden; border-radius: 20px; } #smart_projector_2 .section .image-box-wrap .image-box { display: flex; flex-wrap: wrap; padding: 0; background-color: #F7F7F7; } #smart_projector_2 .section .image-box--reverse { flex-direction: row-reverse; } #smart_projector_2 .section .text-wrap, #smart_projector_2 .section .image { width: 50%; flex: 0 0 50%; } #smart_projector_2 .section .text-wrap { display: flex; align-items: center; flex-wrap: wrap; padding: 0 5%; text-align: left; } #smart_projector_2 .section .text-wrap .title { font-size: 36px; display: block; margin-bottom: 0; font-weight: bold; } #smart_projector_2 .section .text-wrap .text { font-weight: 300; padding-top: 20px; display: block; } @media (max-width: 991.98px) { #smart_projector_2 .section .text-wrap .title { font-size: 18px; } #smart_projector_2 .section .image-box-wrap { width: 95%; } } @media (max-width: 767.98px) { #smart_projector_2 .section .text-wrap { padding: 0 5%; } } @media only screen and (max-width: 575.98px) { #smart_projector_2 .section .image-box-wrap .image-box { flex-wrap: wrap; flex-direction: column-reverse; } #smart_projector_2 .section .text-wrap, #smart_projector_2 .section .image { width: 100%; flex: 0 0 100%; } #smart_projector_2 .section .text-wrap { padding: 5%; } } @media (min-width: 1200px) { #smart_projector_2 .section .text-wrap { padding: 0 10%; } } /* =============== Section spec =============== */ #smart_projector_2 .section-notes { padding: 3.5% 12.5%; margin: 0 auto; } #smart_projector_2 .section-notes ul { margin: 0; padding: 0; list-style: none; } #smart_projector_2 .section-notes ul li { color: #191919; font-size: 13px; line-height: 1.5; font-weight: 300; opacity: .5; padding-bottom: 5px; } @media (max-width: 991.98px) { #smart_projector_2 .section-notes { padding: 5%; } #smart_projector_2 .section-notes ul li { font-size: 13px; } } @media (min-width: 1200px) { #smart_projector_2 .section-notes { padding: 3.5% 0; max-width: 1164px; } } /* =============== Slider =============== */ #smart_projector_2 .slick-dots { bottom: 35px; } #smart_projector_2 .slick-dots li button::before { font-size: 15px; color: #ffffff; transition: 0.3s ease-in-out opacity; font-family: 'slick'; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: '•'; text-align: center; opacity: .25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } #smart_projector_2 .slick-dots li.slick-active button::before, #smart_projector_2 .slick-dots li:hover button::before { opacity: 1; } #smart_projector_2 .slick-dotted.slick-slider { margin-bottom: 0; } #smart_projector_2 .slick-slider > .slider-item { display: none; } #smart_projector_2 .slick-slider > .slider-item:first-child { display: block; } #smart_projector_2 .slick-slider .slick-dots li button { border-radius: 30px; } #smart_projector_2 .slick-slider .slick-dots li button { background: #fff; transition: 0.3s ease-in-out opacity; opacity: .25; width: 15px; height: 15px; } #smart_projector_2 .slick-slider .slick-dots li.slick-active button, #smart_projector_2 .slick-slider .slick-dots li button:hover { background: #fff; opacity: 1; } #smart_projector_2 .slick-dots li button::before { content: none; } @media (max-width: 767.98px) { #smart_projector_2 .slick-dots { bottom: 15px; } } /* If you're copying, you are a very bad person. Very. */ require( ['aos'], function (AOS) { AOS.init({ once: true }); } ); Mi Smart Projector 2 Twoje przenośne kino domowe Ekran do 120'' | Automatyczna korekcja zniekształceń pod wieloma kątami* Wyraźny obraz 1080p | Certyfikowany Android TV™ Ekran o przekątnej do 120'', współczynnik rzutu 1,2:1 Automatyczna korekcja geometrii obrazu pod wieloma kątami* Wyraźny obraz w rozdzielczości 1080p z autofokusem Android TV™ z wbudowanym Asystentem Google* Rozrywka z Dolby Audio™ Idealny rzut kwadratu pod wieloma kątami Mi Smart Projector 2 obsługuje wielokątową automatyczną korekcję zniekształceń trapezowych* w 3 osiach i 6 kierunkach, tak aby zawsze wyświetlać idealny kwadrat. Inteligentne centrum domu z obsługą IoT Używaj swojego głosu do wyszukiwania programów, sterowania projektorem i innymi urządzeniami inteligentnego domu, zadawania pytań i wielu innych czynności*. Naciśnij przycisk Asystent Google na pilocie, aby rozpocząć pracę*. *Wymagane urządzenia obsługujące Google Assistant. Autofokus zapewnia wyraźny, stabilny obraz Kamera o wysokiej czułości poprawia szybkość ustawiania ostrości, co zapobiega również termicznemu rozmyciu obrazu, dzięki czemu zawsze pozostaje on wyraźny i ostry. Czterokanałowa technologia poprawy jasności LED RGB+BP W porównaniu z tradycyjną trzykanałową projekcją LED, dzięki dodaniu kanału światła niebieskiego, gama kolorów Rec.709 przekracza 154%, dzięki czemu kolory stają się bardziej realistyczne. Projektor obsługuje również dekodowanie HDR10. Trzykanałowa dioda LED Czterokanałowa dioda LED Rozdzielczość 1080p, zapewniająca wysoką przejrzystość obrazu Dzięki rozdzielczości 1920x1080 Full HD (1080p)*, Mi Smart Projector 2 wyświetla obraz o wysokiej rozdzielczości. 720p 1080p Zaledwie 28dB dla komfortowego oglądania Utrzymując hałas poniżej 28dB* w normalnych warunkach pracy, ten cichy jak szept projektor nie zakłóci Twoich wrażeń podczas oglądania. Rozproszone odbicie światła dla większego komfortu oczu Mi Smart Projector 2 wykorzystuje technologie rozproszonego odbicia wiązki świetlnej. W przeciwieństwie do tradycyjnych telewizorów LCD, które dostarczają światło bezpośrednio do oczu. Odbicie rozproszone nie męczy oczu i dba o wzrok osób młodszych, jak i starszych. Mi Smart Projector 2 Tradycyjny telewizor LCD Współczynnik rzutu 1,2:1 umożliwia wyświetlanie dużego ekranu w małym pomieszczeniu Możesz łatwo dostosować odległość rzutu, aby uzyskać obraz w zakresie 60''-120''*. Teraz możesz oglądać filmy, cieszyć się koncertami i grać, a wszystko to na jednej ścianie. 60" - 1,6 m | 80" - 2,1 m | 100" - 2,7 m | 120" - 3,2 m *Odległości podane w powyższej tabeli są przybliżone i mogą się różnić w warunkach rzeczywistych. Należy dokonać korekty w oparciu o rzeczywiste wymiary i warunki. *Mi Smart Projector 2 musi być umieszczony prostopadle do powierzchni oglądania, aby osiągnąć określone rozmiary ekranu przy zachowaniu współczynnika rzutu. Doświadczenie kina domowego nawet po postawieniu na biurku Mi Smart Projector 2 ma dostosowany wolumen obudowy i pasujący kaliber. Zintegrowana struktura dużej wnęki dźwiękowej i bardzo długiej tuby prowadzącej dźwięk sprawia, że dźwięk jest bogaty i delikatny. Częstotliwość może spaść nawet do 90Hz*. Połącz się z Mi Smart Projector 2 przez Bluetooth, aby uczynić z niego swój własny domowy system dźwiękowy. Ciesz się przyjemnością płynącą z głębokiego dźwięku Starannie skalibrowany przez mistrza akustyki*, Mi Smart Projector 2 wykorzystuje dwukanałowy wirtualny dźwięk przestrzenny i obsługuje dekodowanie Dolby*. Realistyczne ludzkie głosy i wirtualny dźwięk przestrzenny sprawiają, że poczujesz się tak, jakbyś był w samym środku akcji. Rozkoszuj się inteligentną rozrywką Uprość swoją rozrywkę dzięki Android TV™*. Uzyskaj dostęp do tysięcy filmów i programów z różnych platform w jednym miejscu. Tylko te porty, których potrzebujesz Dzięki jednemu portowi HDMI 2.0, jednemu portowi USB 2.0 i jednemu portowi słuchawkowemu, projektor obsługuje sygnał wejściowy 4K i współpracuje z dyskami twardymi, konsolami do gier, mikrofonami i innymi urządzeniami, które zaspokoją pełnię Twoich potrzeb w zakresie rozrywki. Tak kompaktowy i przenośny jak dzieło sztuki Z korpusem o wymiarach 115 x 150 x 150 mm i przednią ścianą pokrytą materiałem, stanowi doskonały artystyczny dodatek do Twojego domu. Ważący jedyne 1,3 kg, możesz go podnieść i przenieść, kiedy tylko zechcesz. Uwagi: *Wyświetlacz może mieć dowolny rozmiar od 60" do 120"; odległość projekcji i obszar są obliczane na podstawie teoretycznych przybliżeń. Rzeczywiste dane mogą się nieznacznie różnić. *Zakres regulacji automatycznej korekcji zniekształceń trapezowych dla wielu kątów wynosi ±45° dla osi X i Y oraz ±15° dla osi Z. *Google Assistant nie jest dostępny we wszystkich krajach i językach. *Jasność, gama kolorów i wartość szumów są certyfikowane przez Beijing CQC Testing Technical Services Ltd., pod numerem raportu: CQCTS-212761. *Kalibrator główny: Wang Fuyu, Dyrektor ds. akustyki Mi TV przeprowadził testy kalibracyjne. *Certyfikat Dolby Audio™ nr: #660787 *Wszystkie dane przedstawione powyżej zostały przetestowane przez Formovie Laboratory, chyba że określono inaczej. Ponieważ wszystkie środowiska fizyczne są różne, dane testowe mogą różnić się od danych rzeczywistych. *Zdjęcia mają charakter wyłącznie poglądowy. Rzeczywiste efekty mogą się różnić w zależności od konkretnego produktu.
