Thumbnails
-
Hi everyone, hoping I can get a bit of help with using thumbnails. Here’s a brief outline of the problem I’m having. Each post in our system needs to have an image associated with it – at the moment, we use a function that searches for the first image in the post, grabs the URL and resizes it using a PHP script. Therefore, you end up with an
<img src="getimage.php?url=...&w=100&h=100"/>that just resizes a URL. These images aren’t in the Media Library.However, if the post is given a
thumbattribute manually, then our template shows this instead and uses CSS to make it the correct size. Which works fine. However, for our users, is there any simple plugin that allows users to upload an image, crop it as they wish (using an interface) and then sets thethumbattribute of the image to that post.Hopefully I’ve explained myself well enough, but please do ask questions because ours is a slightly unusual and modified setup!
The topic ‘Thumbnails’ is closed to new replies.