Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| <html> | |
| <head> | |
| <title>CSS Transform Scale element to fit its parent</title> | |
| <script src="scale2fit.js"></script> | |
| <link rel="stylesheet" href="style.css"/> | |
| <script> | |
| (function(window) { | |
| function main() { | |
| const margin = 10; | |
| requestAnimationFrame(function fitToParentOnResize() { |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.