What is the maximum size allowed without having it scaled?
questions
<Apex>
|
|
|
Your a graphic designer copy a img and look at the size in PS =p |
<Apex>
|
Well I checked my other bots clan logo but it was scaled based on its original size. So I don't know the maximum for width or height. I'm guessing it's 300 but I'd hate to make the logo and be wrong. |
|
Ah u mean clan logo.. its still so new and whenever I read logo i think of that. |
|
I think of personal star logo*. |
|
I think of personal star logo*. |
<Apex>
|
My question was answered, thanks guys. |
Administrator |
20:57:05 < Ender> the height is scaled down to 200 pixels |
Administrator |
Make that scaled to 300 instead of 200 actually. Same with profile images. |
Administrator |
Okay, I just spent awhile playing with this. The idea is for the image to be resized, while maintaining the aspect ratio, to either 400 pixels wide or 300 pixels tall, depending on its dimensions. The JavaScript event for image handlers is kind of finicky though and doesn't like to fire when the image is coming from your browser's cache. |
|
Yea, the first clan logo I made was 300x200, and was scaled up to 450x300. So I just too the original and made it 300x300 with 50 pixel tall borders on the top and bottom lol |
Administrator |
And for a demonstration of exactly what I mean, go to the Aflac clan page. If it's not your first time looking at it, the logo will be cut off to the right because it's coming from your cache. If you hit F5 though (page reload), it will refetch the image and the load event will be fired and it will be resized properly. |
<Apex>
|
Theirs fit on my screen fine, I just looked at it for the first time. I do know what you're talking about though, that happened when mine was resized to 450x300. |
Administrator |
This might be browser-dependent btw. It happens (the sizing problems) in Chrome for me, but not Firefox. |
<Apex>
|
Ahh yea, I'm in Firefox. When mine was resized to 450x300 it did get cut off at the end of the screen though. |
Administrator |
And now I can't even reproduce this in Chrome from my work computer, weird. Not that I check on the game at work. It's good that it appears fixed, but it's bad that I don't know how it happened. |
Administrator |
And now I can't reproduce it at home. :p |
Administrator |
I take that back...it comes and goes. Wonderful. |
|
Would you like some help? |
Administrator |
Yes, please figure out how to get load events in JavaScript to fire for cached images. |
|
More in front-end testing, I suck at JavaScript, better at HTML and CSS :P |
Administrator |
It's a frontend/client-side issue. :p |
|
Ok, its just writing JavaScript is very difficult for me I need a tutorial for every little piece of JS code. |