Site Reducing in Size

Found a bug? Tell us!!
Post Reply
Sparked
Regular
Posts: 12
Joined: Sat Mar 13, 2010 5:11 pm

Site Reducing in Size

Post by Sparked »

Hi there, as odd as it seems, ive had reports saying that my website is slowly reducing in size! Apparently when images are being uploaded they are having to be made smaller all the time to fit on the page. It seems a slow process im told but more than one person has noticed the change.

Anyone know whats happening?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Site Reducing in Size

Post by garvinhicking »

Hi!

I don't really understand this, can you give examples what you mean?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Sparked
Regular
Posts: 12
Joined: Sat Mar 13, 2010 5:11 pm

Re: Site Reducing in Size

Post by Sparked »

Well on our site, a couple of new images are added everyday on a page. Apparently they are slowly having to get smaller to fit within the page. E.g the Width of an Image could of been 580 a few weeks ago, and now its more down to 560 to fit the image.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Site Reducing in Size

Post by garvinhicking »

Hi!

Ah, you mean smaller in resolution. I thought you were talking of "smaller" in terms of file size.

The width of your blog is relative to the contents on your page, and depends on your blog template. You need to show us your URL so that we can have a look if maybe some HTML markup is invalid or your content width is not properly set in the CSS.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Sparked
Regular
Posts: 12
Joined: Sat Mar 13, 2010 5:11 pm

Re: Site Reducing in Size

Post by Sparked »

Sorry for the confusion. ;)

Our website is www.weatherconnect.co.uk.
Im using the Bulletproof template.

Any other details you need, just ask. :)
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Site Reducing in Size

Post by garvinhicking »

Hi!

Hm, at first look that seems okay. DO you maybe have an example where an image needs to be smaller than it used to be, maybe also an example where images were larger?! I'm reall ynot sure I understand yet :)

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Sparked
Regular
Posts: 12
Joined: Sat Mar 13, 2010 5:11 pm

Re: Site Reducing in Size

Post by Sparked »

Well its images getting smaller thats the problem. They certainly arent getting bigger. Lol.

Our best example is on our Short Range Outlook page. A quote from a user on our forum who updates that page:
Have to agree with this I used to set the forecast maps to 560 in size and then that became to big so put it down to 556 it was perfect now its to big! Seems it is getting thinner!
Don Chambers
Regular
Posts: 3657
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: Site Reducing in Size

Post by Don Chambers »

Using this page as an example.

The map images are 601px × 800px but are scaled to 555px × 738px:

Code: Select all

<img height="738" width="555" src="http://i707.photobucket.com/albums/ww79/Sean2e5/day.jpg?t=1268775844">

<img height="738" width="555" src="http://i707.photobucket.com/albums/ww79/Sean2e5/night.jpg?t=1268775933">
The icon image below those map images is 1,479px × 859px but is scaled to 546px x 325px:

Code: Select all

<img src="/uploads/weathersymbolkey.png" style="border-style: none; border-width: 0px; padding-left: 5px; padding-right: 5px; width: 546px; height: 325px;" class="serendipity_image_center">
You will get better performance if you resize the actual jpg to the width you want, rather than using HTML to scale the image.

The bulletproof base stylesheet defines the content (center in your case) width to be 60% of 944 px, so 566 px should be your targeted width.
=Don=
Sparked
Regular
Posts: 12
Joined: Sat Mar 13, 2010 5:11 pm

Re: Site Reducing in Size

Post by Sparked »

Ok, i will let our staff know about this.

Will get back to you if there are any more issues. :)

Thanks. :)
Post Reply