Mindray at MEDICA 2019: One week to go!
Mindray
2019-11-11
$(document).ready(function () {
if (screen.availWidth > 640) {
document.querySelector('html').style.fontSize = 10 + 'px';
} else {
document.querySelector('html').style.fontSize = screen.availWidth / 414 * 10 + 'px';
}
})