Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

since there is no answer ins similar posts at stackoverflow, I am posting this...

When I post a TEXT post in tumblr, my images get downsized. How can I use the HI-RES of the original photo I upload?

In the template I only see this one, with no hint to photo sizes:

{block:Text}
    <section class="content">
        {block:Title}
        <h1>{Title}</h1>
        {/block:Title}
        {Body}
    </section>
{/block:Text}

Also the official documentation doesn't help there: http://www.tumblr.com/docs/en/custom_themes#text-posts

See here: https://dl.dropbox.com/u/14710157/scale.jpg

Any ideas?

Thank you very much, rainer

share|improve this question
Same question: webapps.stackexchange.com/questions/35436/… – unor Nov 29 '12 at 11:14
That's right, but it was not answered there... Still unresolved :( – Rainer Nov 29 '12 at 14:22
You can't get a higher resolution if you upload the image to Tumblr within a Text post because Tumblr resizes them to be a max of 500px wide. – Ally Dec 1 '12 at 14:51
That is too bad. I move to wordpress. Thanks! – Rainer Dec 7 '12 at 11:21

1 Answer

up vote 0 down vote accepted

So to answer that...

Tumblr resizes images in text posts to max width of 500px. You can't change that.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.