标签: php image browser scale
使用css,我成功通过以下类禁用了浏览器生成的图像的缩放比例:
#baja{ width: auto; height: auto; object-fit: cover; object-position: center center; }
应用先前的CSS类时,图像以其原始分辨率显示
如何用PHP实现与CSS类相同的代码?