Monday, March 26, 2007

How To Amend Ikon Character Upshot Inwards Blogger

Being a blogger user, you lot mightiness cause got noticed that sometimes blogger compromised on the prototype quality. By default when you lot upload images to your posts, blogger reduces the character of the prototype hence that your site loads faster than it usually does. Recently, nosotros got a question from a user quest for how to improve prototype character inwards blogger hence that he tin supply high character images on his blog. In this hateful solar daytime as well as historic menstruum when websites are getting professional person it is essential to cause got attention of each as well as every element. Therefore, today inwards this article, nosotros volition demonstrate you lot how to improve prototype character issue in blogger.


Tips to Improve prototype quality:

  1. Do non job blurry images that are highly pixelated brand certain they are of high resolution as well as are taken from practiced photographic television set camera equally well. 
  2. Adopt 1 width as well as endeavor to resize your images using whatever photograph editing software as well as hence upload it to your site. This keeps your images character amend equally well.
  3. Make certain that the prototype that you lot upload should hold out inwards PNG format, JPEG prototype usually increases the sizes of the prototype that alarms blogger to compress it inwards smaller format. 

How to improve prototype character inwards Blogger?

The outset pace is to login into your Blogger job concern human relationship as well as teach to Template >> Edit HTML. Now inwards the template coding, search for </head> as well as precisely higher upwards it glue the next slice of code.

<script type='text/javascript'>//<![CDATA[
$(document).ready(function() {
  // alter the dimension variable below to hold out the pixel size you lot want
  var dimension = 90;
  // this identifies the PopularPosts1 div element, finds each prototype inwards it, as well as resizes it
  $('#PopularPosts1, #somethinghere, #related-posts').find('img').each(function(n, image){
    var prototype = $(image);
    image.attr({src : image.attr('src').replace(/s\B\d{2,4}/,'s' + dimension)});
    image.attr('width',dimension);
    image.attr('height',dimension);
  });
});
//]]></script>

Now to improve prototype character you lot cause got to add together the DIV ID or DIV cast hence that it could fetch all the images inwards it as well as improve its character accordingly. We cause got added near of the mutual IDs as well as Classes. However, you lot tin cause got your ain also past times only replacing #somethinghere from the higher upwards code.

Once everything is done, salvage the template past times pressing that orangish “Save” push clit located at the transcend of the enshroud as well as instantly the character of your images won’t allow your site down.

We hope this tutorial may cause got helped roughly of our user inwards improving the pic character of their posts, popular posts, recent posts, as well as etc. In illustration you lot cause got same job earlier hence produce allow us know what your solution to the job was, as well as allow us cause got a meaningful conversation that could produce goodness each as well as every of our users. If you lot liked this postal service then, experience complimentary to percentage it amongst your immature human being blogger friends at Facebook, Google+ or twitter.

No comments:

Post a Comment