UNPKG

ts-image-compress

Version:

A tiny library for handling image size.

37 lines (30 loc) 424 B
.Container { width: 100%; } .SectionWrap { display: flex; padding: 50px; flex-direction: column; align-items: center; justify-content: center; } .ContentSection { margin-top: 20px; } .ImageSection { margin: 20px 0; } .Image { width: 500px; height: 500px; } #originImage { width: 500px; height: 500px; overflow: hidden; object-fit: cover; } #resizeButton { width: 100px; height: 30px; }