adamrice on Nostr: Dear lazyweb: I’m working on a member directory with a card interface. I’ve got ...
Dear lazyweb: I’m working on a member directory with a card interface. I’ve got images that are reduced to square thumbnails in CSS, and I want to show them larger and in their native aspect ratio when hovering over them. I’ve got the following, which is partway there:
https://codepen.io/adamrice/pen/jORLKXG
2 problems remain:
- Z-index stacking is wrong for reasons that mystify me;
- I’d like the image to grow toward the center of the screen on hover. As it is, it can grow off the edge.
#css
https://codepen.io/adamrice/pen/jORLKXG
2 problems remain:
- Z-index stacking is wrong for reasons that mystify me;
- I’d like the image to grow toward the center of the screen on hover. As it is, it can grow off the edge.
#css