7

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

Rainer
  • 103
  • 1
  • 7
  • Same question: http://webapps.stackexchange.com/questions/35436/high-res-photos-in-text-posts-when-using-tumblr – 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 01 '12 at 14:51
  • That is too bad. I move to wordpress. Thanks! – Rainer Dec 07 '12 at 11:21

2 Answers2

3

Use {block:Posts inlineMediaWidth="1280"} and {/block:Posts} instead of {block:Posts} and {/block:Posts}. See How to use high resolution photos in text posts in Tumblr?

Community
  • 1
  • 1
Gevorg Hakobyan
  • 328
  • 3
  • 14
2

So to answer that...

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

Rainer
  • 103
  • 1
  • 7