Tagged Questions
0
votes
0answers
14 views
Show custom image size when all I have is the image URL
I'm using the Types plugin for a client's project and they want to output some gallery images as thumbnails which link to the larger versions.
The problem is the full size versions are MASSIVE (I ...
0
votes
1answer
67 views
add_image_size in a Plugin i created
I created a plugin and i need to use add_image_size in it.
I know how it work in the function file and for a theme, but how can i implement this in a plugin?
I want new images uploaded by wordpress ...
0
votes
2answers
501 views
How to Resize the Custom Post Images?
am Having Custom Field named as thumb.i want to show the images using these custom fields.i want to be fix the image size.
My code is
<img class="thumb" src="<?php echo ...
0
votes
1answer
48 views
Plugin that will let me specify a number of image sizes?
I've designed a grid-based portfolio theme for a photographer; for each portfolio item, I need six different images, all of which have a fixed size. However, no two sizes are alike. Is there a ...
3
votes
3answers
2k views
Resizing all images
I have just changed the theme on my blog, and because of a small page width, it breaks the layout. Most of my earlier images (attached in posts) are around 600px in width, and now I need to resize all ...
0
votes
4answers
433 views
How to limit image size for the entire website ? But without editing the post (css/plugin?!)
I have a post here:
http://www.food101.co.il/?p=5993
Where the image is overlapping the sidebar. I wish to shrink the image, but I want something that will do this without me editing the post (why? ...