ossrs / srs

SRS is a simple, high-efficiency, real-time video server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181.
https://ossrs.io
MIT License
24.72k stars 5.28k forks source link

fix bootstrap css warning. #4030

Open suzp1984 opened 2 months ago

suzp1984 commented 2 months ago
Screenshot 2024-04-17 at 9 17 07 AM

Focus on the img css, the width: auto\9; warning. There are 14 '\9' inside bootstrap.min.css. And I can't find v2.3.2 version to compare. So just replace the 14 '\9' with empty space.


TRANS_BY_GPT4