Questions tagged [timthumb]

Timthumb is a small php script for cropping, zooming and resizing web images (jpg, png, gif).

TimThumb – PHP Image Resizer

TimThumb is a simple, flexible, PHP script that resizes images. You give it a bunch of parameters, and it spits out a thumbnail image that you can display on your site.

TimThumb has seen a massive amount of use across the WordPress world, and a few months after we released it, I took over development from Tim, a friend of Darren Hoyts, who created the original script. Since I took over there have been a whole host of changes, bug fixes, and additions.

78 questions
0
votes
0 answers

TimThumb - Can't change filename

I'm using "TimThumb" function on my PHP website, but I got a problem about it that; I can't change filename.
TCS
  • 629
  • 3
  • 11
  • 32
0
votes
2 answers

timthumb not working after site migration

I just move my site from xfactorapp.com and any new uploaded picture has no thumbnail. Image is on server but thumbnail is not generated. How can I change that code to make thumbnail visible from new server? function href_timthumb($file, $set =…
0
votes
0 answers

Resize thumbnail with thimtumb

My Word Press Theme Uses thimthumb.php Script for resize thumbnails And change the size of images to 190 x 122 How can i change the size of thumbnails to 300*300
user7512383
0
votes
1 answer

timthumb redirecting to 404 in image src

I am using timthumb in my site and it is working fine in the live site.... It has unexpectedly stopped working on my localhost.. the src to img is given like below.... it is opening when i open in new tab... but not displaying in current…
Ashish Joshi
  • 311
  • 4
  • 16
0
votes
1 answer

TimThumb - Broken Images on WordPress Site, but Only on One Dimension

I'm having some problems on a WordPress site I am working on: http://bit.ly/1Hs41z8 TimThumb generates the thumbnails in the bottom section of the site just fine with no issues. However, in the slider, the thumbnail images are broken. When I look at…
butterscotch
  • 15
  • 1
  • 5
0
votes
1 answer

Asking about timthumb rewrite using nginx

Here my nginx.conf that i create, location / { try_files $uri $uri/ /index.php?q=$request_uri&$args; rewrite ^thumb/([^/]+)x([^/]+)/(.*) timthumb.php?src=http://$3&h=$2&w=$1 last; } However, i got error 404 nginx, what i must do? thanks
0
votes
1 answer

resize image on Amazon S3 timthumb

i have created amazon S3 bucket for saving images. Earlier i was using timthumb to server thumbnail for images. Now with S3 using timthumb is not a good idea as images will be downloaded to EC2 and then to client. Should I upload two copied of…
dev21
  • 520
  • 2
  • 8
  • 22
0
votes
0 answers

Webflow Slider not working after wordpress installation

I'm working on a website and I have a slider list that I duplicate on the website. The html version works right but once I made the changes to Wordpress the second slider is not working. The images are being loaded correctly and I am using timthumb…
Jaqueline Passos
  • 1,301
  • 2
  • 24
  • 37
0
votes
0 answers

Why when I click publish my image is not showing on Facebook?

On my website when I click the Facebook button for share a post, I get a preview with a correct image but once I publish the same picture is not showing inside Facebook. So I tried to fetch new scrape from the debugger, I don't have any issue…
NineCattoRules
  • 2,253
  • 6
  • 39
  • 84
0
votes
1 answer

Dynamically Resize Images with PHP and Protect them from Direct Original Size Access

Think stock images. You have a full-size original that can only be downloaded after purchase. You only want to have that image once on your server, at full-size. But you want to display that image in various places in smaller sizes (responsively…
i_a
  • 2,735
  • 1
  • 22
  • 21
0
votes
0 answers

Sort Image with latest modified on top

I am using the following code from Timthumb to built an thumb gallery on my page from a directory. However, I would like to have my image sort so that the latest image is on top. I've try to implement some codes I found on this website, but with no…
0
votes
1 answer

how can i stored resized image from timthumb

i am using timthumb. How can I stored the resized image into a separate folder? I tried to look at the CONFIG, but have not clue where the resized imaged is stored.
redcoder
  • 2,233
  • 4
  • 22
  • 24
0
votes
1 answer

Lazyload thumbnails from timthumb source?

I'm trying to load about 300+ thumbnails using the following inside a for loop and a ul id="imagesContainer" echo "
  • dr azon
    • 45
    • 5
  • 0
    votes
    0 answers

    How to rewrite url timthumb.php with .htaccess?

    Everybody I have an url like this: sub.mydomain.com/crop/timthumb.php?src=http://another_sitelinks.com/images.jpg&h=150&w=150&zc=1 How to rewrite to this…
    0
    votes
    1 answer

    Timthumb return blank, Why?

    I have a wordpress theme with tim-thumb installed, the tim-thumb works fine when site was in local or in staging server (All images are shown as required). But when I upload this into live (Production server) into amazon dedicated server, it stop…
    biswajitGhosh
    • 147
    • 1
    • 2
    • 17