Hye Lilo - you asked how I made my images larger on Blogger - I'll explain it briefly here - if you need any help please ask at azharc(at)gmail(dot)com
Ok in your template - somewhere near the top you'll find -
These are settings I found after alot of experimentation - so you may have to as well.Now - photos uploaded to Blogger won't come larger.You have to upload them to Flickr.com then get the image url for 640x480.Create a post - import the image from the url.In compose mode drag the bottom right or left corner of the image and make it larger.Go to edit HTML - where your image code is - you'' find hright="xxx" and width="xxx" change those to 480 and 640 respectively.
I know I've explained it very briefly so just mail me if you need a more detailed explanation.
9 comments:
Wow :) Lovely shot!Great setting - lovely green,clarity - the first one is better for me.Great framing as well :)
Thanks for the link to my blog!I have gratefully returned it :)
Odlično si uhvatila te kapljice! Bravo! Pozdrav!
prva je odlicna!
ja sam zaljubljena u tvoje fotke :), al ove..svaka cast...tako zivotno!
Nice shots Lilo.. very good detail and compostion.
evo citam vae kometare i ne skidam osmjeh s lica. :)
hvala vam
Hye Lilo - you asked how I made my images larger on Blogger - I'll explain it briefly here - if you need any help please ask at azharc(at)gmail(dot)com
Ok in your template - somewhere near the top you'll find -
/* Content
----------------------------------------------- */
Ok now replace everything under that with this code :
@media all {
#content {
width:895px;
margin:0 auto;
padding:0;
text-align:left;
padding-left:15px;
}
#main {
width:660px;
float:left;
}
#sidebar {
width:220px;
float:right;
}
}
@media handheld {
#content {
width:90%;
}
#main {
width:100%;
float:none;
}
#sidebar {
width:100%;
float:none;
}
}
These are settings I found after alot of experimentation - so you may have to as well.Now - photos uploaded to Blogger won't come larger.You have to upload them to Flickr.com then get the image url for 640x480.Create a post - import the image from the url.In compose mode drag the bottom right or left corner of the image and make it larger.Go to edit HTML - where your image code is - you'' find hright="xxx" and width="xxx" change those to 480 and 640 respectively.
I know I've explained it very briefly so just mail me if you need a more detailed explanation.
uh great.I'll try it.
thx azhar
Post a Comment