Galaxy F23
Le Samsung Galaxy F23 arbore un écran LCD TFT de 6,6 pouces et une résolution Full-HD+ (1080x 2408 pixels). Il a un taux de rafraîchissement de 120 Hz, une densité de pixels de 400 PPI et une protection Corning Gorilla Glass 5. Il dispose d’un système de caméra arrière triple avec un objectif principal de 50MP, un capteur ultra-large de 8MP et un objectif macro de 2MP. Il a un vivaneau selfie 8MP. L’appareil est alimenté par le SoC Snapdragon 750G 5G 8 nm associé à jusqu’à 6 Go de RAM et 128 Go de stockage. Il contient une batterie de 5 000 mAh avec un support de charge rapide de 25 W. Cependant, notez que le téléphone n’est pas livré avec un adaptateur de charge rapide à l’intérieur de la boîte. Il démarre sur OneUI 4.1 basé sur Android 12 prêt à l’emploi. Le téléphone commence à Rs. 15 499.
";
else
var centerAdContent = `
`;
$(document).ready(function(){
$('meta[property="og:site_name"]').attr('content', 'BGR India');
addcounter = 0;
currentrequesturl = gallery_info.gallery_info.url;
//console.log("Gallery URI :" + gallery_info.gallery_info.url);
gallery_info.category_galleries = $("#first_gallery_bottom_content").html();
$("#first_gallery_bottom_content").html("");
isAjax = true;
photoGalleryCurrentSlidId = parseInt(initialPicLoadCount);
photoGalleryCurrentId = 1;
galleryIsScrolled = true;
$(window).scroll(function(e){
//console.log("Scrolled step 1");
e.preventDefault();
//hideSticky();
update_prev_current_next();
//updateTitleUrl();
//console.log("Scrolled step 2");
var height = $(document).height();
var scrollTop = $(window).scrollTop();
var divObj = $("#bgr-photo-gallery .checkClass").last();
if(divObj.length > 0){
var divTopHeight = Math.round(divObj.offset().top); //+parseInt(divObj.height())
} else {
divObj = $("#bgr-photo-gallery .vert_slide_wrap").last();
var divTopHeight = Math.round(divObj.offset().top); //+parseInt(divObj.height())
}
if(window.innerWidth > 767){
divTopHeight = divTopHeight-150;
} else {
divTopHeight = divTopHeight-530;
}
if((scrollTop >= divTopHeight) && galleryIsScrolled == true){
//console.log("Scrolled step 3 scrollTop : " , + scrollTop + " >= divTopHeight : " + divTopHeight + " & galleryIsScrolled : " + galleryIsScrolled );
galleryIsScrolled = false;
$("#bgr-photo-gallery-"+photoGalleryCurrentId+" .main_wrap .vert_slide_wrap").removeAttr('style');
$("#bgr-photo-gallery-"+photoGalleryCurrentId+" .vert_slide_wrap").each(function(){
if(!$(this).hasClass('checkClass')){
$(this).addClass('checkClass');
}
});
//console.log( "Step 1 : " + photoGalleryCurrentId + " "+ photoGalleryCurrentSlidId );
galleryImageAppend(gallery_images, photoGalleryCurrentSlidId, photoGalleryCurrentId);
if((photoGalleryCurrentSlidId == parseInt(gallery_images.length)-initialPicLoadCount) && firstGalleryCheck == false){
var firstGalleryCheck = true;
var galleryLen = parseInt(gallery_images.length)-initialPicLoadCount;
//console.log( "Step 2 : " + photoGalleryCurrentId + " "+ photoGalleryCurrentSlidId );
galleryImageAppend(gallery_images, parseInt(photoGalleryCurrentSlidId)+1, photoGalleryCurrentId);
//console.log( "Step 3 : " + photoGalleryCurrentId + " "+ photoGalleryCurrentSlidId );
galleryImageAppend(gallery_images, parseInt(photoGalleryCurrentSlidId)+2, photoGalleryCurrentId);
} else {
var galleryLen = gallery_images.length;
}
if( photoGalleryCurrentSlidId == galleryLen && isAjax ) {
galleryURL = gallery_info.gallery_info.url;
$("#bgr-photo-gallery-"+photoGalleryCurrentId+" .article-content").append(gallery_info.category_galleries);
var fbcommentscode="
'+ '