• mobile_1120x1760_DE.jpg?v=1680520104
var slidectr = 1; var listcount = Array.from(document.querySelectorAll('#bannercontainer li')); let inverval_timer; const runTimer = () => { inverval_timer = window.setTimeout(() => { movenext(slidectr); }, 10000); } runTimer(); function movenext(e){ var movevalue = 0; let listcount = Array.from(document.querySelectorAll('#bannercontainer li')); if (e != (listcount.length/2)) { movevalue = movevalue - (100 * e); for (i = 0; i < listcount.length; i++) { listcount[i].style.transform = "translateX(" + movevalue + "%)"; } } else if (e == (listcount.length/2)) { for (i = 0; i < listcount.length; i++) { listcount[i].style.transform = "unset"; } } movedots(parseInt(e), "right"); slidectr = (e >= (listcount.length/2)) ? e - (e - 1) : parseInt(e) + 1; } function moveprev(e){ var movevalue = 0; let listcount = Array.from(document.querySelectorAll('#bannercontainer li')); if (e <= (listcount.length/2)) { movevalue = e > (listcount.length/2) ? 0 : (e == 1 ? -100 * ((listcount.length/2) - 1) : -100 * (e - 2)); for (i = 0; i < listcount.length; i++) { listcount[i].style.transform = "translateX(" + movevalue + "%)"; } } movedots(parseInt(e), "left"); slidectr = e <= 0 ? listcount.length/2 : e - 1; } function movedots(d, msg) { let listdots = Array.from(document.querySelectorAll('[dots-index]')); var listselected = ''; if (msg == "right") { listselected = (parseInt(d) + 1) > listdots.length ? document.querySelector("[dots-index='1']") : document.querySelector("[dots-index='" + (parseInt(d) + 1) + "']") ; } else { listselected = (parseInt(d) - 1) > 0 ? document.querySelector("[dots-index='" + (parseInt(d) - 1) + "']") : document.querySelector("[dots-index='" + listdots.length + "']"); } listdots.forEach((listdots) => { listdots.classList.add('bg-gray-400'); listdots.classList.remove('bg-nx-teal'); }); listselected.classList.add("bg-nx-teal"); listselected.classList.remove("bg-gray-400"); clearTimeout(inverval_timer); runTimer(); }
Mit Liebe vorabladen

Mit Liebe vorabladen

Sie sollten ihn nicht öffnen - mit dem Vorabladen von Inhalt können Sie Ihr Nixplay-Bilderrahmen mit Fotos, Videos, und sogar personalisierten Grüße durch die App vorbereitet werden.

Die Liebe teilen

Die Liebe teilen

Dann laden Sie Familie und Freunde dazu ein, das gleiche zu tun, ihre eigenen Fotos, Videos und Grüße hochzuladen, wo auch immer sie sind.

Die Liebe spüren

Die Liebe spüren

Der Empfänger sollte Ihre Email-Adresse und Geschenk-Code einfach eingeben, um alle vorgeladenen Fotos, Videos und Nachrichten sofort zu genießen.

Unser Großeltern-freundliches Design bedeutet, dass sie keine Apps herunterladen oder technisch versiert sein muss.

Ein Jahr Garantie
Kostenloser
Versand
Expedite shipping
Beschleunigter
Versand
30 Tage Geld-zurück-Garantie
30-Tage Geld
zurück-Garantie
Ein Jahr Garantie
Sicherheit
& Datenschutz
.bg-badge-color { background-color: rgb(247, 247, 247); } @media (min-width: 640px) { .bg-badge-color { } }
.gifting-container .icon:hover span { visibility: visible; opacity: 1; transition: 450ms all ease; } .buy-from-us-icons { background: linear-gradient( to top, #f3f3f4 0%, #f3f3f4 50%, #ffffff 50%, #ffffff 100% ); } .buy-from-us-icons .bg-eastern-blue, .buy-from-us-icons .bg-eastern-blue > div { background-color: rgb(10, 129, 156); } .buy-from-us-icons .bg-eastern-blue img { filter: invert(100%); } .buy-from-us-icons .bg-eastern-blue .text-lg, .buy-from-us-icons .bg-eastern-blue button { color: #ffffff; } .buy-from-us-icons .bg-eastern-blue button:hover { color: #000; } @media screen and (max-width: 640px) { .gifting-body p { font-size: 1.6rem; } }
body.is-modal-open { overflow: hidden; } .unset-br-plus br { display: inline; } @media (min-width: 640px) { .unset-br-plus br { display: none !important; } } @media (max-width: 640px) { .hidden-sm { display: none; } }