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.
有没有一种方法可以实际缩放,而不仅仅是使用 jquery 调整图像大小。我已经建立了一个灯箱,但有些图像很大,所以需要缩小它们以适应可用的浏览器空间。
我并不关心文件大小,但质量是一个问题,所以不只是想使用 css 或宽度和高度属性。
我能想到的唯一方法是设置max-height所需max-width的数量,这样纵横比将保持不变,但文件大小将相同。
max-height
max-width
简单的回答:不,没有。
但是,大多数当前浏览器都实现了 CSS 属性(如此处所列)来指定用于缩放图像的算法。