Mi Portable Photo Printer
Xiaomi

Mi Portable Photo Printer

/* =============== Mi Portable Photo Printer =============== */ #portable_photo_printer { font-size: 16px; overflow: hidden; color: #191919; background-color: #ffffff; font-family: Camphor Pro; } #portable_photo_printer ul, #portable_photo_printer ol { list-style: none; padding-left: 0; } #portable_photo_printer video, #portable_photo_printer img { vertical-align: middle; } #portable_photo_printer video { width: 100%; height: auto; } #portable_photo_printer.xiaomi_container { max-width: 2560px; } #portable_photo_printer .section { line-height: 1.2; } #portable_photo_printer .section-bg { background-size: cover; background-position: center center; background-repeat: no-repeat; } #portable_photo_printer .font-bold { font-weight: 700; } #portable_photo_printer .font-light { font-weight: 300; } #portable_photo_printer .text-box { text-align: center; color: #191919; padding: 5% 12.5%; } #portable_photo_printer .text-box.text-box--left { text-align: left; } #portable_photo_printer .text-box--white { color: #ffffff; } #portable_photo_printer .text-box .title, #portable_photo_printer .text-box .desc, #portable_photo_printer .text-box .text { display: block; } #portable_photo_printer .text-box .title { font-size: 36px; line-height: 1.2; } #portable_photo_printer .text-box .title.title--big { font-size: 42px; margin-bottom: 20px; } #portable_photo_printer .text-box .title--color { margin-bottom: 15px; opacity: .5; } #portable_photo_printer .text-box .desc { font-size: 22px; line-height: 1.5; margin-top: 25px; font-weight: 700; } #portable_photo_printer .text-box .text { font-size: 15px; line-height: 1.5; margin-top: 25px; font-weight: 300; } #portable_photo_printer .text-box--white .text { color: #ffffff; } #portable_photo_printer .text-box .text.text--small { font-size: 14px; opacity: .5; } #portable_photo_printer .video-box, #portable_photo_printer .image-box { padding: 0 12.5%; } #portable_photo_printer .video-box video { width: 100%; height: auto; } #portable_photo_printer .video a, #portable_photo_printer .video .video-link { position: relative; z-index: 1; display: block; overflow: hidden; cursor: pointer; } #portable_photo_printer .video a img, #portable_photo_printer .video .video-link img { transition: 0.3s ease-in-out transform; } #portable_photo_printer .video a:hover img, #portable_photo_printer .video .video-link:hover img { transform: scale(1.1); } #portable_photo_printer .video a::after, #portable_photo_printer .video .video-link::after { content: ''; position: absolute; transform: translateX(-50%) translateY(-50%); width: 56px; height: 56px; background: url('https://media.mi-home.pl/products/portable-photo-printer/play-btn.png') no-repeat center center / contain; left: 50%; top: 50%; z-index: 2; } @media (max-width: 991.98px) { #portable_photo_printer .text-box { padding: 5%; } #portable_photo_printer .text-box .title { font-size: 28px; } #portable_photo_printer .text-box .title.title--big { font-size: 36px; } #portable_photo_printer .video-box, #portable_photo_printer .image-box { padding: 0 5%; } } @media (max-width: 767.98px) { #portable_photo_printer .text-box .title { font-size: 24px; } #portable_photo_printer .text-box .title.title--big { font-size: 28px; } #portable_photo_printer .text-box .desc { font-size: 18px; margin-top: 10px; } #portable_photo_printer .text-box .text { margin-top: 15px; } } @media only screen and (max-width: 575.98px) { #portable_photo_printer .text-box { padding: 10% 5%; } #portable_photo_printer .text-box .title { font-size: 20px; } #portable_photo_printer .text-box .title.title--big { font-size: 24px; } #portable_photo_printer .text-box .desc { font-size: 16px; } #portable_photo_printer .text-box .text { font-size: 14px; } } @media (min-width: 1200px) { #portable_photo_printer .text-box .text { font-size: 18px; } } @media (min-width: 1620px) { #portable_photo_printer .text-box .text { padding-left: 10%; padding-right: 10%; } #portable_photo_printer .text-box.text-box--left .text { padding-left: 0; padding-right: 0; } } /* =============== Floating text-box =============== */ #portable_photo_printer .section.section-float { position: relative; z-index: 1; height: 640px; } #portable_photo_printer .section.section-float--big { height: 680px; } #portable_photo_printer .section .text-box.text-box-float { padding: 0; position: absolute; z-index: 2; top: 50%; width: 40%; transform: translateY(-50%); } #portable_photo_printer .section .text-box.text-box-float--left { left: 5%; } #portable_photo_printer .section .text-box.text-box-float--right { left: 55%; width: 40%; } @media (max-width: 991.98px) { #portable_photo_printer .section.section-float { height: 520px; } #portable_photo_printer .section.section-float--big { height: 560px; } } @media (max-width: 767.98px) { #portable_photo_printer .section.section-float { height: auto; background-position: center bottom; background-size: 140% auto; background-color: #ffffff; padding-bottom: 420px; } #portable_photo_printer .section .text-box.text-box-float, #portable_photo_printer .section .text-box.text-box-float--left { position: static; text-align: center; transform: none; padding: 10% 5%; width: 100%; } } @media only screen and (max-width: 575.98px) { #portable_photo_printer .section.section-float { padding-bottom: 250px; } } @media only screen and (max-width: 363.98px) { #portable_photo_printer .section.section-float { padding-bottom: 180px; } } @media (min-width: 1200px) { #portable_photo_printer .section.section-float { height: 720px; } #portable_photo_printer .section.section-float--big { height: 820px; } #portable_photo_printer .section .text-box.text-box-float { width: 35%; } #portable_photo_printer .section .text-box.text-box-float--right { width: 35%; } #portable_photo_printer .section .text-box.text-box-float--left { left: 10%; } } @media (min-width: 1620px) { #portable_photo_printer .section.section-float { height: 880px; } #portable_photo_printer .section.section-float--big { height: 980px; } #portable_photo_printer .section .text-box.text-box-float { width: 30%; } } @media (min-width: 2080px) { #portable_photo_printer .section.section-float { height: 1080px; } #portable_photo_printer .section.section-float--big { height: 1180px; } } /* =============== Section 01 =============== */ #portable_photo_printer .section-01 { background-image: url('https://media.mi-home.pl/products/portable-photo-printer/section-01.jpg'); height: 560px; position: relative; z-index: 1; } #portable_photo_printer .section-01 .text-box { padding-top: 12.5%; padding-right: 40%; color: #744109; } #portable_photo_printer .section-01 .text-box .title { font-size: 36px; } #portable_photo_printer .section-01 .text-box .desc { font-size: 24px; font-weight: 500; margin-top: 15px; color: #8e5d26cc; } #portable_photo_printer .section-01 .text-box .text, #portable_photo_printer .section-01 .text-box .text--small { color: #8e5d26cc; margin-top: 15px; } #portable_photo_printer .section-01 .text-box .text--small { opacity: 1; margin-top: 30px; } #portable_photo_printer .section-01 .text-box img { width: 120px; display: inline-block; margin-top: 15px; } @media (max-width: 991.98px) { #portable_photo_printer .section-01 { height: 480px; } #portable_photo_printer .section-01 .text-box { padding-right: 35%; } #portable_photo_printer .section-01 .text-box .title { font-size: 36px; } #portable_photo_printer .section-01 .text-box .desc { font-size: 20px; } } @media (max-width: 767.98px) { #portable_photo_printer .section-01 { height: auto; background-position: right bottom; background-size: 140% auto; background-color: #FFE68C; padding-bottom: 400px; } #portable_photo_printer .section-01 .text-box { position: static; width: 100%; text-align: center; transform: none; padding: 10% 5%; } #portable_photo_printer .section-01 .text-box .desc { font-size: 18px; padding-right: 0; } } @media only screen and (max-width: 575.98px) { #portable_photo_printer .section-01 { padding-bottom: 300px; } #portable_photo_printer .section-01 .text-box { padding: 15% 5% 10%; } #portable_photo_printer .section-01 .text-box .title { font-size: 28px; } } @media only screen and (max-width: 363.98px) { #portable_photo_printer .section-01 { padding-bottom: 200px; } #portable_photo_printer .section-01 .text-box .title { font-size: 24px; } } @media (min-width: 1200px) { #portable_photo_printer .section-01 { height: 680px; } #portable_photo_printer .section-01 .text-box .title { font-size: 42px; } } @media (min-width: 1620px) { #portable_photo_printer .section-01 { height: 780px; } } @media (min-width: 2080px) { #portable_photo_printer .section-01 { height: 880px; } } /* =============== Section 02 =============== */ #portable_photo_printer .section-02 { padding-bottom: 5%; padding-top: 5%; } #portable_photo_printer .section-02 .list { max-width: 1080px; width: 90%; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center; } #portable_photo_printer .section-02 .list .item { flex: 0 0 25%; width: 25%; padding: 30px; text-align: center; font-size: 15px; font-weight: 300; color: #8d8d8d; } #portable_photo_printer .section-02 .list .item img { width: 80px; } #portable_photo_printer .section-02 .list .item .text { display: block; margin-top: 15px; } @media (max-width: 767.98px) { #portable_photo_printer .section-02 .list .item { flex: 0 0 33.3333%; width: 33.3333%; padding: 20px 15px; } #portable_photo_printer .section-02 .list .item img { width: 60px; } } @media only screen and (max-width: 575.98px) { #portable_photo_printer .section-02 .list .item { font-size: 14px; } } @media only screen and (max-width: 363.98px) { #portable_photo_printer .section-02 .list .item { flex: 0 0 50%; width: 50%; } } /* =============== Section 03 =============== */ #portable_photo_printer .section-03 { background-image: url('https://media.mi-home.pl/products/portable-photo-printer/section-03.jpg'); padding-bottom: 15%; padding-top: 5%; } #portable_photo_printer .section-03 .play-btn { margin-top: 30px; cursor: pointer; display: inline-block; transition: .3s ease-in-out opacity; } #portable_photo_printer .section-03 .play-btn:hover { opacity: .5; } #portable_photo_printer .section-03 .play-btn img { width: 90px; } /* =============== Section 04 =============== */ #portable_photo_printer .section-04 { background-image: url('https://media.mi-home.pl/products/portable-photo-printer/section-04.jpg'); height: 520px; } #portable_photo_printer .section-04 .text-box { padding-right: 35%; color: #be7000; } #portable_photo_printer .section-04 .text-box .text { padding-right: 15%; } #portable_photo_printer .section-04 .cloud-wrapper { position: relative; z-index: 1; margin-top: 30px; } #portable_photo_printer .section-04 .cloud { padding: 12px 30px; background-color: #ffffff; border-radius: 30px 30px 0 30px; display: inline-block; font-size: 18px; position: absolute; z-index: 2; box-shadow: -20px -20px 0 0 rgba(255,255,255,.2); white-space: nowrap; } #portable_photo_printer .section-04 .cloud-1 { top: 90px; left: 20px; } #portable_photo_printer .section-04 .cloud-2 { top: 10px; left: 0; } #portable_photo_printer .section-04 .cloud-3 { top: 120px; left: 320px; } #portable_photo_printer .section-04 .cloud::after { content: ''; width: 0; height: 0; border-style: solid; border-width: 8px 0 0 8px; border-color: transparent transparent transparent #ffffff; position: absolute; z-index: 3; right: -8px; bottom: 0; } @media (max-width: 767.98px) { #portable_photo_printer .section-04 { height: auto; background-position: right bottom; background-size: 140% auto; background-color: #FFE380; padding-bottom: 450px; } #portable_photo_printer .section-04 .text-box { padding: 10% 5%; text-align: center; } #portable_photo_printer .section-04 .cloud { font-size: 16px; } #portable_photo_printer .section-04 .cloud-wrapper { margin-left: 50px; } } @media only screen and (max-width: 575.98px) { #portable_photo_printer .section-04 .cloud-3 { top: 160px; left: auto; right: 20px; } } @media only screen and (max-width: 363.98px) { #portable_photo_printer .section-04 .cloud-wrapper { margin-left: 0; } #portable_photo_printer .section-04 { padding-bottom: 350px; } } @media (min-width: 1200px) { #portable_photo_printer .section-04 { height: 620px; } #portable_photo_printer .section-04 .text-box { padding-right: 50%; } #portable_photo_printer .section-04 .text-box .text { padding-right: 0; } #portable_photo_printer .section-04 .cloud-wrapper { margin-top: 50px; } } @media (min-width: 1620px) { #portable_photo_printer .section-04 { height: 720px; } } @media (min-width: 2080px) { #portable_photo_printer .section-04 { height: 820px; } } /* =============== Section 05 =============== */ #portable_photo_printer .section-05 { background-image: url('https://media.mi-home.pl/products/portable-photo-printer/section-05.jpg'); height: 820px; } #portable_photo_printer .section-05 .list { display: flex; flex-wrap: wrap; max-width: 680px; width: 90%; margin: 0 auto; margin-top: 30px; } #portable_photo_printer .section-05 .list .item { padding: 20px; flex: 0 0 33.3333%; width: 33.3333%; text-align: center; color: #fff; } #portable_photo_printer .section-05 .list .item img { width: 32px; } #portable_photo_printer .section-05 .list .item .text { margin-top: 10px; font-size: 15px; } @media (max-width: 991.98px) { #portable_photo_printer .section-05 { height: 720px; } } @media (max-width: 767.98px) { #portable_photo_printer .section-05 { height: auto; background-position: center bottom; background-size: 120% auto; background-color: #9B9B9B; padding-bottom: 400px; } #portable_photo_printer .section-05 .text-box { padding: 10% 5%; background-color: #9B9B9B; text-align: center; } #portable_photo_printer .section-05 .list .item .text { font-size: 14px; } } @media only screen and (max-width: 575.98px) { #portable_photo_printer .section-05 { padding-bottom: 300px; } #portable_photo_printer .section-05 .list .item { flex: 0 0 100%; width: 100%; } } @media only screen and (max-width: 363.98px) { #portable_photo_printer .section-05 { padding-bottom: 200px; } } @media (min-width: 1200px) { #portable_photo_printer .section-05 { height: 920px; } } @media (min-width: 1620px) { #portable_photo_printer .section-05 { height: 1020px; } } @media (min-width: 2080px) { #portable_photo_printer .section-05 { height: 1120px; } } /* =============== Section 06 =============== */ #portable_photo_printer .section-06 { padding-top: 2.5%; padding-bottom: 5%; background-color: #FFE380; } #portable_photo_printer .section-06 .text-box { color: #be7000; padding-bottom: 0; } #portable_photo_printer .section-06 .image-wrapper { max-width: 980px; width: 90%; margin: 0 auto; } /* =============== Section 07 =============== */ #portable_photo_printer .section-07 { background-image: url('https://media.mi-home.pl/products/portable-photo-printer/section-07.jpg'); height: 560px; } #portable_photo_printer .section-07 .text-box { color: #747474; } @media only screen and (max-width: 575.98px) { #portable_photo_printer .section-07 { height: auto; background-position: center bottom; background-size: 160% auto; background-color: #D6D7D2; padding-bottom: 200px; } #portable_photo_printer .section-07 .text-box { padding: 10% 5%; text-align: center; } } @media only screen and (max-width: 363.98px) { #portable_photo_printer .section-07 { padding-bottom: 150px; } } @media (min-width: 1200px) { #portable_photo_printer .section-07 { height: 640px; } } @media (min-width: 1620px) { #portable_photo_printer .section-07 { height: 740px; } } @media (min-width: 2080px) { #portable_photo_printer .section-07 { height: 840px; } } /* =============== Section 08 & 09 & 10 =============== */ #portable_photo_printer .section-image .section-wrapper { display: flex; width: 100%; padding: 2.5% 2.5% 0; align-items: center; flex-direction: row-reverse; } #portable_photo_printer .section-image.section-09 .section-wrapper { flex-direction: row; } #portable_photo_printer .section-image .section-wrapper .text-box { flex: 0 0 35%; width: 35%; padding: 0; color: #be7000; padding-left: 5%; } #portable_photo_printer .section-image.section-09 .section-wrapper .text-box { padding-right: 5%; } #portable_photo_printer .section-10 { padding-bottom: 2.5%; } @media (max-width: 991.98px) { #portable_photo_printer .section-image .section-wrapper { display: block; padding-bottom: 5%; } #portable_photo_printer .section-image .section-wrapper .text-box { width: 100%; text-align: center; padding: 5% 0; } } @media only screen and (max-width: 363.98px) { #portable_photo_printer .section-image .section-wrapper { padding-bottom: 10%; } } @media (min-width: 1200px) { #portable_photo_printer .section-image .section-wrapper .text-box { padding-right: 5%; } } /* =============== Section 11 =============== */ #portable_photo_printer .section-11 { background-image: url('https://media.mi-home.pl/products/portable-photo-printer/section-11.jpg'); } #portable_photo_printer .section-11.section.section-float .text-box { color: #be7000; padding-bottom: 10%; } #portable_photo_printer .section-11 .text-box .text--small { opacity: 1; } @media (max-width: 767.98px) { #portable_photo_printer .section-11.section.section-float { background-position: right bottom; } } @media only screen and (max-width: 575.98px) { #portable_photo_printer .section-11.section.section-float { padding-bottom: 300px; } } @media only screen and (max-width: 363.98px) { #portable_photo_printer .section-11.section.section-float { padding-bottom: 200px; } } /* =============== Section 12 =============== */ #portable_photo_printer .section-12 { padding-bottom: 7.5%; padding-top: 2.5%; } #portable_photo_printer .section-12 .list { max-width: 1160px; width: 90%; margin: 0 auto; display: flex; flex-wrap: wrap; } #portable_photo_printer .section-12 .list .item { flex: 0 0 33.3333%; width: 33.3333%; padding: 20px; text-align: center; font-size: 15px; font-weight: 300; color: #191919; } #portable_photo_printer .section-12 .list .item img { max-width: 300px; width: 100%; } #portable_photo_printer .section-12 .list .item .title { display: block; font-weight: bold; font-size: 18px; margin-bottom: 10px; margin-top: 30px; } @media (max-width: 767.98px) { #portable_photo_printer .section-12 .list .item { flex: 0 0 100%; width: 100%; } } @media only screen and (max-width: 575.98px) { #portable_photo_printer .section-12 .list .item { font-size: 14px; } #portable_photo_printer .section-12 .list .item .title { font-size: 16px; } } /* =============== Section image box =============== */ #portable_photo_printer .section .image-box-wrap { padding: 0; width: 100%; max-width: 2000px; margin: 0 auto; overflow: hidden; border-radius: 0; } #portable_photo_printer .section .image-box-wrap .image-box { display: flex; flex-wrap: wrap; padding: 0; background-color: #F6F6F6; } #portable_photo_printer .section .image-box--reverse { flex-direction: row-reverse; } #portable_photo_printer .section .text-wrap, #portable_photo_printer .section .image { width: 50%; flex: 0 0 50%; } #portable_photo_printer .section .text-wrap { display: flex; align-items: center; flex-wrap: wrap; padding: 0 5%; text-align: left; color: #191919; } #portable_photo_printer .section .text-wrap > div { width: 100%; } #portable_photo_printer .section .text-wrap .title { font-size: 24px; display: block; margin-bottom: 0; font-weight: bold; } #portable_photo_printer .section .text-wrap .text { font-weight: 300; padding-top: 20px; font-size: 16px; display: block; color: #666; } #portable_photo_printer .section .text-wrap .text.text--small { font-size: 14px; } @media (max-width: 991.98px) { #portable_photo_printer .section .text-wrap .title { font-size: 20px; } #portable_photo_printer .section .text-wrap .text { font-size: 15px; } #portable_photo_printer .section .text-wrap .text.text--small { font-size: 13px; } } @media (max-width: 767.98px) { #portable_photo_printer .section .image-box-wrap .image-box { flex-wrap: wrap; flex-direction: column-reverse; } #portable_photo_printer .section .text-wrap, #portable_photo_printer .section .image { width: 100%; display: block; } #portable_photo_printer .section .text-wrap { padding: 10% 5%; text-align: center; } #portable_photo_printer .section .image-box-wrap { border-radius: 0; } #portable_photo_printer .section .text-wrap .text { padding-top: 10px; } } @media only screen and (max-width: 575.98px) { #portable_photo_printer .section .image-box-wrap { border-radius: 0; } #portable_photo_printer .section .text-wrap .title { font-size: 18px; } #portable_photo_printer .section .text-wrap .text { font-size: 14px; } } @media (min-width: 1200px) { #portable_photo_printer .section .text-wrap { padding: 0 10%; } #portable_photo_printer .section .text-wrap .text { font-size: 18px; } #portable_photo_printer .section .text-wrap .title { font-size: 28px; } } /* =============== Section spec =============== */ #portable_photo_printer .section-notes { padding: 3.5% 12.5%; margin: 0 auto; } #portable_photo_printer .section-notes ul { margin: 0; padding: 0; list-style: none; } #portable_photo_printer .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) { #portable_photo_printer .section-notes { padding: 5%; } #portable_photo_printer .section-notes ul li { font-size: 13px; } } @media (min-width: 1200px) { #portable_photo_printer .section-notes { padding: 3.5% 0; max-width: 1164px; } } /* =============== Slider =============== */ #portable_photo_printer .slick-dots { bottom: 35px; } #portable_photo_printer .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; } #portable_photo_printer .slick-dots li.slick-active button::before, #portable_photo_printer .slick-dots li:hover button::before { opacity: 1; } #portable_photo_printer .slick-dotted.slick-slider { margin-bottom: 0; } #portable_photo_printer .slick-slider > .slider-item { display: none; } #portable_photo_printer .slick-slider > .slider-item:first-child { display: block; } #portable_photo_printer .slick-slider .slick-dots li button { border-radius: 30px; } #portable_photo_printer .slick-slider .slick-dots li button { background: #fff; transition: 0.3s ease-in-out opacity; opacity: .25; width: 15px; height: 15px; } #portable_photo_printer .slick-slider .slick-dots li.slick-active button, #portable_photo_printer .slick-slider .slick-dots li button:hover { background: #fff; opacity: 1; } #portable_photo_printer .slick-dots li button::before { content: none; } @media (max-width: 767.98px) { #portable_photo_printer .slick-dots { bottom: 15px; } } /* If you're copying, you are a very bad person. Very. */ require( ['aos'], function (AOS) { AOS.init({ once: true }); } ); Mi Portable Photo Printer Ożyw chwile dzięki 15-sekundowym zdjęciom AR*. Zdjęcia AR | Dźwięk AR | Wiele jednoczesnych połączeń 3-calowe, bezatramentowe zdjęcia samoprzylepne* (W zestawie z pięcioma arkuszami papieru fotograficznego z powłoką klejącą) Drukowanie bez użycia atramentu Kolaże fotograficzne Wiele filtrów Drukowanie naklejek fotograficznych Wiele jednoczesnych połączeń Drukowanie za pomocą Bluetooth Drukowanie wideo AR Zdjęcia audio AR Skanowanie zdjęć AR. Wystarczy nagrać lub przesłać dowolne wideo podczas drukowania zdjęcia, a następnie zeskanować zdjęcie za pomocą aplikacji Mi Home/Xiaomi Home, aby doświadczyć wirtualnych efektów AR na zdjęciach. Zeskanuj zdjęcie z dźwiękiem AR. Odtwarzaj dźwięk i przekazuj uczucia dalej. Nagraj lub prześlij dowolny film podczas drukowania zdjęcia, a następnie otwórz aplikację Mi Home/Xiaomi Home. Zeskanuj zdjęcie, aby usłyszeć osadzoną wiadomość dźwiękową w dowolnym miejscu i czasie. Wszystkiego najlepszego Od dawna się w tobie podkochiwałem Wyjdź za mnie Mnóstwo interesujących szablonów w aplikacji Mi Home/Xiaomi Home. Łatwo wyrażaj swoją kreatywność dzięki fotografiom. Szeroki wybór szablonów kolaży fotograficznych Pozwala łączyć wiele zdjęć Szeroki wybór szablonów do łączenia zdjęć Jedna drukarka może być współdzielona przez kilka osób. Włącz Bluetooth, aby wzbogacić imprezę o dodatkowe atrakcje. Drukowanie poprzez Bluetooth, bez konieczności korzystania z sieci Wi-Fi. Obsługa wielu jednoczesnych połączeń Bluetooth z możliwością automatycznego dodawania druków do kolejki*. Kompaktowa konstrukcja, mieści się w kieszeni. Mały jak powerbank, z łatwością mieści się w kieszeni. Zewnętrzna obudowa wykonana jest z trudnopalnego tworzywa ABS i PC odpornego na odkształcenia i odbarwienia. Atrakcyjny i kompaktowy korpus urządzenia posiada tylko trzy przyciski. Wysuwana pokrywa ułatwiająca ładowanie papieru. Przesuwana konstrukcja pokrywy pozwala na załadowanie papieru w zaledwie dwóch krokach. Płynnie i łatwo się otwiera, nie oddzielając obudowy od urządzenia. Lepsze wrażenia przy ładowaniu papieru. Wyraźny kolor, natychmiastowy druk. Technologia druku bezatramentowego ZINK wykorzystuje mikrokrystaliczne barwniki osadzone w papierze. Nie potrzeba atramentu, obrazy są tworzone, gdy papier fotograficzny jest podgrzewany przez głowicę drukującą. Brak atramentu oznacza mniejsze zużycie głowicy drukującej Papier fotograficzny o wysokiej przyczepności z warstwą klejącą. Współpracuje z papierem fotograficznym ZINK z warstwą klejącą. Lepsze zachowanie kolorów i większa lepkość dla niezawodnego użytkowania. Kosztuje mniej niż inne papiery fotograficzne, więc można go używać swobodniej Papier fotograficzny z warstwą klejącą do drukarki Mi Portable Photo Printer. Bądź kreatywny i baw się przyklejając zdjęcia do każdej powierzchni. Aplikacja Xiaomi | Drukowanie bez użycia atramentu | Błyskawiczne drukowanie zdjęć Radosne 3-calowe zdjęcia | Konstrukcja z samoprzylepną etykietą | Dobra jakość za niską cenę Wymiana papieru. Krok 1 Otwórz przegródkę na papier. Krok 2 Włóż papier fotograficzny do drukarki i umieść pomarańczową kartę kalibracyjną z kodem kreskowym skierowanym w dół. Krok 3 Zamknij przegródkę na papier.

Najniższa cena
239,00 zł
w 1 sklepie

Porównaj ceny

Mi-Home
Niedostępny