[Pro] WebYep image upload

Hello everyone, just a quickie here and hopefully an easy one to answer.

Does anyone know if it’s possible for the image upload in WebYep to appear in a circular box rather than it’s default square/rectangular box?

BTW, I’m using FW 5.6.5 and WY the last version of WY (i.e. not the latest).

thanks
Trev


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

You can create a CSS style to do this in all but vintage IE browsers (< 9). Google the border-radius property. This is a good candidate for this sort of progressive enhancement, because it really doesn’t matter if the picture is round or square (it will always occupy the same amount of space on the screen anyway) and so IE users won’t be missing anything, strictly speaking.

Post a link to a page with square pictures, and one of us can give you the recipe to make them round. (Rectangles will become ovals or round-rects, depending on the precise style used.)

Walter

On Apr 10, 2013, at 5:15 AM, Trevreav wrote:

Hello everyone, just a quickie here and hopefully an easy one to answer.

Does anyone know if it’s possible for the image upload in WebYep to appear in a circular box rather than it’s default square/rectangular box?

BTW, I’m using FW 5.6.5 and WY the last version of WY (i.e. not the latest).

thanks
Trev


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


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

Hi Walter, thanks for the reply.

I found an answer on FreewayTalk yesterday that solved this:

http://www.freewaytalk.net/thread/view/79023#m_79071

However, as WebYep takes the original image dimensions and and curves the corners accordingly, you more often than not get landscape or portrait pics with big curved corners, rather than circles. The client was going to have to crop every image to be square himself, which he hasn’t the capability to do, so it’s been decided on squared up pictures now.

At least now I know things like this can be done!

Trev

On 10 Apr 2013, at 13:21, Walter Lee Davis wrote:

You can create a CSS style to do this in all but vintage IE browsers (< 9). Google the border-radius property. This is a good candidate for this sort of progressive enhancement, because it really doesn’t matter if the picture is round or square (it will always occupy the same amount of space on the screen anyway) and so IE users won’t be missing anything, strictly speaking.

Post a link to a page with square pictures, and one of us can give you the recipe to make them round. (Rectangles will become ovals or round-rects, depending on the precise style used.)

Walter

On Apr 10, 2013, at 5:15 AM, Trevreav wrote:

Hello everyone, just a quickie here and hopefully an easy one to answer.

Does anyone know if it’s possible for the image upload in WebYep to appear in a circular box rather than it’s default square/rectangular box?

BTW, I’m using FW 5.6.5 and WY the last version of WY (i.e. not the latest).

thanks
Trev


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