Doing the CMS rounds (Pulse CMS)

http://grabaperch.com/features/image-resizing

Resizing and cropping is available in Perch - just by having an image library on your server (image libraries will be needed for other CMS’s)


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Mark,
I’d be a bit worried that the client may break the page layout if they uploaded an image that was either too large or small for the design. Rather than expect them to upload a new image, scale and crop it to fit the design I wonder if you can use a set CSS style on the box to display the image as a background to the box?
The idea is that your letterbox shaped image box will be a div (a layer) containing nothing but a clear gif image. A CSS style applied to the box will define the background image and position. This allows the image to be bigger than the box and flow under the edges of the box as needed.
As long as the new image uploaded by the client is roughly the right size and uses the same name as the older one then the effect should work perfectly. Maybe. :slight_smile:
Regards,
Tim.

On 7 Oct 2011, at 10:59, Mark wrote:

Trouble is the website has an image at the top of the page, a set width and height. Letter box format: wide and not very high.

Can the client use Web Yep to change the image, scale it, crop it and position it within the set width and height?

Can any CMS do this?

FreewayActions.com - Freeware and commercial actions for Freeway Express & Pro.

Protect your mailto links from being harvested by spambots with Anti Spam.
Only available at FreewayActions.com

http://www.freewayactions.com


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

MojoMotor offers ‘real’ size and cropping, where the client can actually, visually resize and crop the picture as they want.

It’s the small brother of Expression Engine (the CMS used on the Softpress website).

I’d like to try it one day, but haven’t had the opportunity yet. Has anyone else had a go?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Two options, either teach the client how to crop images prior to uploading or

Create a div with a fixed hight and place the WebYep image inside this box, then use CSS to make sure the image is cropped. You can make WebYep fit a set width easily to deal with the hight use CSS overflow: hidden; That will just see the top of the image then you could add to the div img

position: relative;
top: -30%;

To vertically centre the image in the div

I’ve done something similar here in the WebYep gallery to Centre the thumbnails in WebYepGalleryImage div

Digital Business Cards

David

On 7 Oct 2011, at 11:12, Tim Plumb wrote:

The idea is that your letterbox shaped image box will be a div (a layer) containing nothing but a clear gif image. A CSS style applied to the box will define the background image and position. This allows the image to be bigger than the box and flow under the edges of the box as needed.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I’d like to try it one day, but haven’t had the opportunity yet. Has anyone else had a go?

I’ve used MM but haven’t needed to use the resizing feature yet.

Todd


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks for all your advice.

After having a good look at several CMS I’ve decided to tell the client that they will have to come back to me if they want to change one of the images with a set width and height.

Images within a side bar, with a set width, but no set height they will be able to change via WebYep. This appears to be the easiest CMS for me to set up and for the client to use.

Thanks


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options