Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Cropping image with buttons ..in pure CSS Re: Cropping image with buttons ..in pure CSS

#141533
Paulie_D
Member

It’s doable with a hover state: http://codepen.io/Paulie-D/pen/91469680e7698a28f9485c9b8b7dbb1a

If you want clicking and incremental crops them I think JS is the only way to go.

There *may** be a checkbox ‘hack’ to fake an On/Off switch but that would be for a ‘cropped or not’ option much like the hover state.