New left aligned Youtube layout

  • Thread starter G.T
  • 35 comments
  • 2,460 views

Is the new left aligned Youtube layout horrible?


  • Total voters
    46
Still extremely confused, it's the same as it's always been!!

Taken 4 minutes ago:
8271323810_03d4c95cd3_z.jpg

You aren't seeing the different because your monitor seems to be only a little bit larger than the width of the content, i'd guess your monitor is about 1200 pixels wide? If it was wider you'd see the white space to the right of the content.

Because web developers say 1024x768 is best for web pages.
This is because people were using this size screen back with WinXP and few people have them today.

We don't say it's best, we aim for that on fixed sizes because 1024 wide is still one of the most common resolutions of monitors. The thing is for years we have also been centerting fixed width sites so the unused space is even on either side of the content. The website you're on now is doing that exact same thing, it's designed to fit 1024 wide browsers but it's centered. The new youtube design is not, it's left aligned so the wider your monitor the bigger the white space to the right of the page.

Anyway adjusting your resolution is not the fix, just use one of many add-on scripts.
 
Well that would be a fluid/liquid layout, you can't account for every resolution with a fixed width design. can't really see how you could make youtube fluid though, there isn't a lot of content. All they need to do is change it back to centre aligned.
 
It's not much of a problem to me. All you need to do is get used to it.
 
Normally that is done by script(php or css i think).

So the website changes its layout to suit screen size.

Yes, but that would be a fluid layout at 100% width or even a responsive design. The current youtube design is fixed width and there really isn't enough content to fill out a fluid or responsive design. Fixed width and centered really is the best approach.
 
Back