Context . I am trying to embed inline equations (PNG files) in a web page. I know that this has already been done before, but I use it as a training project. So I'm not interested in math libraries, but rather a general answer to this question.
I would like the images to naturally increase their height to match some percentage of the current text height using the css style. I'm a neophyte in web design, but it looks like I should consider a style that looks something like this:
height: 80% * parent.text_height
Is this possible with pure CSS?
Hooked
source share