Marty Walker Posted April 18, 2012 Share Posted April 18, 2012 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 5 Link to comment Share on other sites More sharing options...
Adam Kiss Posted April 18, 2012 Share Posted April 18, 2012 She seems like a nice person! Good job on the "minimalistic artist" type of site, congrats! Link to comment Share on other sites More sharing options...
diogo Posted April 18, 2012 Share Posted April 18, 2012 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}'>"; Link to comment Share on other sites More sharing options...
MarcC Posted April 18, 2012 Share Posted April 18, 2012 Love it, right down to the Submit button on the Contact form Link to comment Share on other sites More sharing options...
Marty Walker Posted April 19, 2012 Author Share Posted April 19, 2012 Thanks everyone. @diogo Yes, there's a few like that. Thanks for the suggestion. They should really be updated too. @marc Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now