Skip to main content

best solution for LCP


niche diye gaye blue code ke nice app system ui ka code laga de


.post-header-container, .post-header-container .post-share-buttons-top, .post-header-container .post-header { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Add any additional styling or adjustments you need for the fonts */ }

only system ui lagane se performance like this




bg-photo-containerbackground image ke liye hoti hai jisko featured post blog post and popular post ke liye set kiya ja sakta hai

Is class ka upayog generally website ke individual blog posts ya content ke header section ko style karne ke liye hota hai. Header section me post ka title, author information, publication date, aur kuch additional metadata ho sakta hai.


 .bg-photo-container{

height:$(body.background.height);
overflow:hidden;
position:absolute;
width:100%;
z-index:1
}
.bg-photo{
background:$(body.background);
background-attachment:scroll;
background-size:cover;
-webkit-filter:blur($(body.background.blur));
filter:blur($(body.background.blur));
height:calc(100% + 2 * $(body.background.blur));
left:$(0 - body.background.blur);
position:absolute;
top:$(0 - body.background.blur);
width:calc(100% + 2 * $(body.background.blur))
}
.bg-photo-overlay{
background:rgba(0,0,0,.26);
background-size:cover;
height:$(body.background.height);
position:absolute;
width:100%;
z-index:2
}






niche ke code code ko us se niche ke code se badal de


ye appke image ke jagha me text title ko replace nahi karega


<b:includable id='description'>
    <p>
      <data:this.description/>
    </p>
  </b:includable>
                    <b:includable id='image'>
  <b:include name='super.image'/>
  <!-- If we are replacing the title, force it to render anyway, and it'll be hidden in CSS. -->
  <b:if cond='data:this.imagePlacement == &quot;REPLACE&quot;'>
    <!-- Commenting out the line below to prevent title replacement -->
    <!-- <b:include name='title'/> -->
  </b:if>
</b:includable>
                    <b:includable id='title'>
          <div>
            <b:class cond='data:this.imagePlacement == &quot;REPLACE&quot;' name='replaced'/>
            <b:include name='super.title'/>
          </div>
        </b:includable>

uper ke code ko niche ke code se badal de


<b:includable id='description'>
  <p expr:data-ll='1'>
    <data:this.description/>
  </p>
</b:includable>

<b:includable id='image'>
  <b:include name='super.image'/>
  <!-- If we are replacing the title, force it to render anyway, and it'll be hidden in CSS. -->
  <b:if cond='data:this.imagePlacement == &quot;REPLACE&quot;'>
    <!-- Commenting out the line below to prevent title replacement -->
    <!-- <b:include name='title'/> -->
  </b:if>
</b:includable>

<b:includable id='title'>
  <div>
    <b:class cond='data:this.imagePlacement == &quot;REPLACE&quot;' name='replaced'/>
    <b:include name='super.title'/>
  </div>
</b:includable>



niche ke code ko test karna hai 

 


:root {
  --bg-height: /* Set appropriate value */;
  --bg-blur: /* Set appropriate value */;
}

.bg-photo-container {
  height: var(--bg-height);
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.bg-photo {
  background: var(--body-background); /* Update with appropriate variable or value */
  background-attachment: scroll;
  background-size: cover;
  -webkit-filter: blur(var(--bg-blur));
  filter: blur(var(--bg-blur));
  height: calc(100% + 2 * var(--bg-blur));
  left: calc(0px - var(--bg-blur));
  position: absolute;
  top: calc(0px - var(--bg-blur));
  width: calc(100% + 2 * var(--bg-blur));
}

.bg-photo-overlay {
  background: rgba(0, 0, 0, 0.26);
  background-size: cover;
  height: var(--bg-height);
  position: absolute;
  width: 100%;
  z-index: 2;
}



paste this code in html layout add gdeget


<b:if cond='not data:view.isPreview'>
  <style type='text/css'>
    .bg-photo {
      background-image: url('<data:skin.vars.body_background.image/>');
      background-attachment: scroll;
      background-size: cover;
      -webkit-filter: blur(<data:skin.vars.body_background.blur/>);
      filter: blur(<data:skin.vars.body_background.blur/>);
      height: calc(100% + 2 * <data:skin.vars.body_background.blur/>);
      left: calc(0px - <data:skin.vars.body_background.blur/>);
      position: absolute;
      top: calc(0px - <data:skin.vars.body_background.blur/>);
      width: calc(100% + 2 * <data:skin.vars.body_background.blur/>);
    }

    .bg-photo-overlay {
      background: rgba(0, 0, 0, 0.26);
      background-size: cover;
      height: <data:skin.vars.body_background.height/>;
      position: absolute;
      width: 100%;
      z-index: 2;
    }
  </style>
</b:if>

Comments

Popular posts from this blog

ADD PRICE IN SARA PRODUCT SOLVED

 ₹0.00 bottle 1 ₹0.00art mein ek item hai, jiska naam hai "DISCOVER BEST BRAIN-BOOSTING MULTIVITAMINS: LATEST TOP RESEARCH". Is item ka price ₹0.00 hai, aur isme ek bottle shamil hai. Is item ko aapne ek baar add kiya hai, isliye total price bhi ₹0.00 dikha raha hai.ji per actual me ye product ka price 1200 hia jo ki cart me update nahi ho pa raha hai kaise karu thik se bataye meri bhasha me  mere cart product price add karne ka tarika bataye HTML ME PASTE KARE  <h2 class="premium multivitamins">            </h2>     <div class="mediculabs_product_item_price item_price show"><b>Price:</b><span class="mediculabs_product_price meta-price">65 INR./span&gt;</span></div>

sara remove powered by blogger in footer

💀 no line 8460 <div class='copyright-area'>Created By <a href='http://soratemplates.com/' id='mycontent' rel='dofollow' title='SoraTemplates'>Blogger Theme</a> | Distributed By <a href='https://gooyaabitemplates.com/' rel='dofollow' style='color:#ff00ba;' target='_blank' title='Blogger Templates'>Blogger Templates</a> 💀remove attribute and add html gadget in layout  paste this code there to add ur site logo there <div id="dynamicContent">     <a id="dynamicLink" rel='nofollow'>         <img id="dynamicImage" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdU5mO3u-x3u1kxj0JaU7qzjSZjMB8osCaoPfwGlc2Kx4mjKw3FHkGCjXQs2QZjzujuwZcyPkJABjHi8H8565xjzGFdb5EiwVdRS5LptVvpBdiEHsEIdouU8ALls0t61Kl-FadOnZBN-EUgrS-DZeI-8CYvdpR7TOj0JcZn1guY7RWAHBxOLmtjHaphlYE/s16000-rw/crop%20logo%20image%20side%20bar.png" alt=...

ai tool

 https://smodin.io/free-english-rewriter-and-spinner/ai-detection-remover ai detecter and removal https://originality.ai/blog/highlight-ai-text= for ai highlighter and affiliate marketing https://gptzero.me/  = ai writing detector and highlighter  https://www.zerogpt.com/           = ai content writer detector https://plagiarism-remover.com/humanize-ai-text/           = humanize writer