phillord / mathjax-latex

Wordpress Plugin for MathJax mathematics renderer
GNU General Public License v2.0
57 stars 12 forks source link

Equation scaling in mobile devices #56

Closed iouzzrj closed 1 year ago

iouzzrj commented 1 year ago

Hi mathjax, I'm using mathjax for math equation in my wordpress website. I like this plugin very much. I have one question about the equation scaling in mobile deveices. You can see in the following image, I have a long equation. In desktop environment, the screen is wide enough for this equation. However, this is not the case for mobile device. For mobile device, wordpress block will change their layout, which include change the words layout and scale the image size down. However, for the equation, it will only consume the whitespace between equation and tag. Beyond that, the equation never scale its size down. My question is, is this behavior related to mathjax-latex? Can I make the equation the change the layout, e.g. from one line to two line, or just scale its size down? Thank you. 屏幕截图 2022-11-10 094357

paulschreiber commented 1 year ago

Is this page public somewhere? Can you share a link?

iouzzrj commented 1 year ago

@paulschreiber Here's the link: https://1193jf.com/brain-waves/

paulschreiber commented 1 year ago

@iouzzrj Looks like this a MathJax configuration change you can make: https://github.com/mathjax/MathJax/issues/2465 i.e. not specific to the plugin.