Posterize.us: Love it so far - problem with picture width. - Posterize.us

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Love it so far - problem with picture width.

#1 User is offline   adacole 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 11-March 10
  • Posterous URL:adacole.posterous.com

Posted 11 March 2010 - 04:48 PM

I'm really enjoying Posterous so far. I love things that really break through "the way things are done" into a new and obvious and simple method. For that reason, I'm loving this. I'm probably going to migrate all my activities to posterous. Here's one issue I have so far though, why force such a tiny fixed width in all the themes? Here's an example of an image posted by email via google reader (super big yay):
http://adacole.poste...ture-of-the-day

See that ugly scrollbar under the picture? Why doesn't either the image resize or the theme allow for regular widths? I have a pretty normal screen resolution, nothing fancy - 1440x900 and over 2/3 of my posterous page is whitespace. That's just a little silly. Actually, it's a lot silly. How can we move this up more into the realm of normalcy? 50%? Is 700 pixels gargantuan?

Yours sincerely not wanting to have a blog consisting of thumbnails,

Ada Cole
0

#2 User is offline   Cory Watilo 

  • Advanced Member
  • Group: Administrators
  • Posts: 266
  • Joined: 30-September 09
  • LocationOrange County, CA
  • Posterous URL:http://watilo.com

Posted 11 March 2010 - 06:11 PM

The problem with the pic you posted there looks like it has to do with some extra formatting in the html of the post. If you were to edit the post, go into html view, and rip out everything but a <p> at the beginning and a </p> at the end, that should fix that problem.

Right now, pics are limited to appearing at 500px but this will change in the future. The original theme is meant to be very skinny so it works for everybody.

Since the majority of computers don't have awesome resolutions like 1440x900 (I run 3 screens at 1200x1080 so imagine how small websites would look if I maximized), we still have to design and build for the largest lowest common denominator. And right now, we are limited to about 960px wide, hence why you see some white space.

Hope this helps.
Cory Watilo
My Posterous: http://watilo.com
Twitter: http://twitter.com/corywatilo
0

#3 User is offline   Bryan H 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 2
  • Joined: 05-January 10
  • Posterous URL:bryanharrington.posterous.com

Posted 31 March 2010 - 09:13 AM

View PostCory Watilo, on 11 March 2010 - 06:11 PM, said:

snip...
Right now, pics are limited to appearing at 500px but this will change in the future.
snip...

How much further in the future? Right now for me, this is a deal breaker.
0

#4 User is offline   Chuqui 

  • Member
  • PipPip
  • Group: Members
  • Posts: 12
  • Joined: 26-April 10
  • LocationSantiago, Chile
  • Posterous URL:http://placerdigital.net

Posted 30 April 2010 - 07:03 AM

Hello Ada and Cory.

I have the same issue. I want to make my content wider (enlarge horizontally), but even though I understand CSS basics, I just can't figure out how to do this.

Can you give me some tips?

BTW: is this the place to post these questions? I don't see much activity on the forums, maybe I should contact somebody else or post this in another site?

Thank you!
Posterous: PlacerDigital
Twitter: @Chuqui
0

#5 User is offline   Cory Watilo 

  • Advanced Member
  • Group: Administrators
  • Posts: 266
  • Joined: 30-September 09
  • LocationOrange County, CA
  • Posterous URL:http://watilo.com

Posted 30 April 2010 - 09:00 AM

You can increase the width of the column. However, it might take a bit of CSS knowledge to do it. There are some good tools like Firebug for Firefox that will help you figure out what exactly you might need to change.

The only limitation is the width of the picture (set at 500px wide). However, you can make the column as wide as you want and text will fill in.
Cory Watilo
My Posterous: http://watilo.com
Twitter: http://twitter.com/corywatilo
0

#6 User is offline   Chuqui 

  • Member
  • PipPip
  • Group: Members
  • Posts: 12
  • Joined: 26-April 10
  • LocationSantiago, Chile
  • Posterous URL:http://placerdigital.net

Posted 30 April 2010 - 03:31 PM

Hi Cory,

Using Firebug is a great idea! I hadn't think of that. I will play around to change the width. Do you know if it will be possible to place wider images?

Thanks!
Posterous: PlacerDigital
Twitter: @Chuqui
0

#7 User is offline   Cory Watilo 

  • Advanced Member
  • Group: Administrators
  • Posts: 266
  • Joined: 30-September 09
  • LocationOrange County, CA
  • Posterous URL:http://watilo.com

Posted 01 May 2010 - 03:53 PM

I have heard this is on the list of features to build. You might try tweeting them to encourage them to bump it higher on the list. =]
Cory Watilo
My Posterous: http://watilo.com
Twitter: http://twitter.com/corywatilo
0

#8 User is offline   Rodrigo Ghedin 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 2
  • Joined: 29-May 10
  • Posterous URL:http://ghedin.posterous.com

Posted 29 May 2010 - 06:08 AM

Ada, have you modified the theme? If yes, try to replace it with the original one.

I've been using posterous since January, and never had this problem...

[]'s!
0

#9 User is offline   Andy B 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 09-August 10

Posted 09 August 2010 - 07:10 PM

I'm running into this issue as well. I've managed to tweak the CSS to get the wider layout I desire.

However now I'm running into trouble because of the window.load handler being set up in javascripts/bundles/posts.js. It is hardcoded to automatically rescale any images over 500 pixels wide down to a 500 pixel width and install its own onClick handler on the image. See my current result here: http://andybash.post.../11/15/yosemite

I can't disable this window.load handler since the javascript in my theme is ignored. Ideally I'd be able to disable this by tagging the img element with a class name like "posterous_dont_resize" that would be observed by the PWidgets window.load handler, but that will take some changes from posterous. Any other clever hacks out there?

Cheers,
-Andy
0

#10 User is offline   informativos 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 3
  • Joined: 18-August 10
  • LocationBarcelona - Spain
  • Posterous URL:informativos.posterous.com

Posted 18 August 2010 - 06:43 AM

I´m a new user but the first post I make is about this also... the wide of the application is VERY small; can someone advance the 'future' changes when will come?

Thanks!
JAE
Content Manager
Informativos.Net
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users