Y
Hacker News
new
|
ask
|
show
|
jobs
How to vertically center a clipped image with CSS
(
jonrohan.codes
)
5 points
by
rohanjon
4052 days ago
3 comments
crimsonalucard
4052 days ago
An entire article on how to clip an image with a bunch of ugly hacks makes it to the front page of HN. Nothing wrong with the article, but I can't say the same for html and css.
link
jahewson
4052 days ago
CSS already supports this natively via 'clip-path' (or the legacy 'clip').
link
biturd
4052 days ago
doesn't work in safari though he talks about adding the safari prefix at the end.
link