Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はjavascriptズームライブラリを探しています .プリロードされています。
バックエンドでサムネイルを生成するのではなく、CSS 縮小バージョンのイメージでこれを行うことができる同様のライブラリを知っている人はいますか?
ありがとう!
CSS3変換のYay:
img.thumb { -webkit-transform:scale(0.5,0.5); -ms-transform:scale(0.5,0.5); -moz-transform:scale(0.5,0.5); -o-transform:scale(0.5,0.5); transform:scale(0.5,0.5); }