Forums

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

Home Forums JavaScript Cut portion of an image dynamically Re: Cut portion of an image dynamically

#124553
Paulie_D
Member

You can do it with wrapping element and a pseudo element – http://codepen.io/anon/pen/DCasv

However, it will only work with specific widths…at least as far I can see.