Jump to content

Recommended Posts

Posted

Hi all,

I just launched a new portfolio site for talented Melbourne-based illustrator Mitch Vane: http://mitchvane.com/

Mitch isn't a seasoned CMS user and she had some very positive things to say about ProcessWire after having used it for only a few days.

Regards

Marty

  • Like 5
Posted

I like it very much!

There are some images with low definition being presented in big (ex: "Bitter Herb", "Tea Bag")

I think you can solve it like this:

if($image->width > 500) $image = $image->width(500);
echo "<img src='{$image->url}' alt='{$image->description}'>";

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...