SyntaxFix
Write A Post
Hire A Developer
Questions
working solution with flex-box for posterity:
flex-box
main points:
wrapper { width: 80; height: 80; overflow: hidden; align-items: center; justify-content: center; } image { width: min-content; height: min-content; }