iPhone 16 Pro Max 256 GB

Apple iPhone 16 Pro Max (256 GB)

Performance Excellent

Processor: Apple A18 Pro Chip

RAM: 8 GB

GPU: 6-core Apple GPU

Neural Engine: 16-core

Design Excellent

Thickness: 7.8 mm

Weight: 221 g

Material: Grade 5 Titanium frame, Ceramic Shield front

Display Excellent

Size: 6.9 Inches

Type: Super Retina XDR OLED

Resolution: 2796 x 1290 Pixels

Refresh Rate: ProMotion 120Hz

Features: Always-On, HDR, True Tone, P3 Wide Color, 2000 nits peak brightness

Storage Excellent

Storage: 256 GB (NVMe)

Battery Very Good

Capacity: Approx. 4422 mAh

Charging: Up to 20W wired, MagSafe 15W, Qi2 wireless charging

Amazon

₹1,24,000

Flipkart

1,24,000

Might be you like

Subscribe to our Newsletter

Subscribe to our email newsletter to get the latest posts delivered right to your email.
Pure inspiration, zero spam ✨
document.addEventListener("DOMContentLoaded", function () { const emblaNode = document.querySelector(".testimonial-embla"); if (!emblaNode) return; const prevButton = document.querySelector(".testimonial-prev"); const nextButton = document.querySelector(".testimonial-next"); const progressBar = document.querySelector(".progress-line"); const embla = EmblaCarousel( emblaNode, { loop: true, align: "start", skipSnaps: false, dragFree: false } ); nextButton.addEventListener("click", function(){ embla.scrollNext(); }); prevButton.addEventListener("click", function(){ embla.scrollPrev(); }); function updateProgress(){ const totalSlides = embla.scrollSnapList().length; const currentIndex = embla.selectedScrollSnap(); const progress = ((currentIndex + 1) / totalSlides) * 100; progressBar.style.width = progress + "%"; } embla.on("select", updateProgress); embla.on("init", updateProgress); updateProgress(); document.addEventListener( "keydown", function(e){ if(e.key === "ArrowLeft"){ embla.scrollPrev(); } if(e.key === "ArrowRight"){ embla.scrollNext(); } } ); let autoplay; function startAutoplay(){ autoplay = setInterval(()=>{ embla.scrollNext(); },5000); } function stopAutoplay(){ clearInterval(autoplay); } startAutoplay(); emblaNode.addEventListener( "mouseenter", stopAutoplay ); emblaNode.addEventListener( "mouseleave", startAutoplay ); });