& lt/script & gt;& lt script & gt$(function(){?Function? resizeImages(" />
Current location - Training Enrollment Network - Mathematics courses - Modify the size value of latex in anki with js. Why didn't the mathematical formula on the card show up for the first time?
Modify the size value of latex in anki with js. Why didn't the mathematical formula on the card show up for the first time?
& lt script? src = " _ jquery-3 . 2 . 1 . min . js " >& lt/script & gt;

& lt script & gt

$(function(){?

Function? resizeImages(){

$('img[src*="latex"]')。 Height (function (i, h){

$ (this). Height (h/1.5);

});

}

resize images();

});

& lt/script & gt;