Problem with bandwidth
-
I had a huge problem with band width of a website I built for someone. Found out it had to do with WP Simple gallery:
First I figured out that thumbs were resized but still loading the full image. After I started using the timthumb option I still had a problem:
Every time somebody clicks a thumbnail, it goes to the full image.
The only quick solution I could think of is to adjust the wp-simple-gallery.php directly, where I made a new $image2 and instead of using the timthumb width and height I adjusted it manually to use in the a hrefIt would be great if this plugin would:
– not use timthumb (vulnerability) but somehow would integrate the use of “add_image_size”
– make the capability to set both thumbnail size and source size, so it won’t load 4000 x 3000 pixel images
- The topic ‘Problem with bandwidth’ is closed to new replies.