Skip to content

Commit e0e7b36

Browse files
committed
add img width height as number
1 parent 97819bd commit e0e7b36

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_posts/latex_1.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Open ‘(’, Close ‘)’, Punctuation, Inner (12), Over (a), Under (a), Accen
4848
Radical (√2), \Vcent (Vbox to be centered).
4949

5050
<figure class="d-flex align-items-center justify-content-center flex-column w-100">
51-
<img class="img-fluid" src="/website/assets/blog/latex_1/math_list.png" width="600" height="350" alt="math_list"/>
51+
<img class="img-fluid" src="/website/assets/blog/latex_1/math_list.png" width=600 height=350 alt="math_list"/>
5252
<figcaption class="text-center figure-caption">Fig 1.0: Creation and conjoining of atoms</figcaption>
5353
</figure>
5454

@@ -81,14 +81,14 @@ and bind everything together.
8181
lines, notably known as ‘\hrule’ or ‘\vrule’.
8282
</p>
8383
<figure class="d-flex justify-content-center align-items-center flex-column w-100">
84-
<img class="p-0 m-0 img-fluid" src="http://github.com/website/assets/blog/latex_1/baseline.png" width="150" height="200" alt="boxes"/>
84+
<img class="p-0 m-0 img-fluid" src="http://github.com/website/assets/blog/latex_1/baseline.png" width=150 height=200 alt="boxes"/>
8585
<figcaption class="text-center figure-caption">Fig 1.2: Box dimensions</figcaption>
8686
<figure>
8787
</div>
8888

8989
<div class="d-flex mb-2 align-items-center">
9090
<figure>
91-
<img src="http://github.com/website/assets/blog/latex_1/baseline_eg.png" width="200" height="150" alt="baseline_example"/>
91+
<img src="http://github.com/website/assets/blog/latex_1/baseline_eg.png" width=200 height=150 alt="baseline_example"/>
9292
<figcaption class="text-center figure-caption">Fig 1.3: An example for baseline alignment with glyphs</figcaption>
9393
</figure>
9494
<p class="ms-2">
@@ -105,7 +105,7 @@ and bind everything together.
105105

106106

107107
<figure class="d-flex justify-content-center align-items-center flex-column w-100">
108-
<img className="img-fluid" src="/website/assets/blog/latex_1/boxes.png" width="450" height="150" alt="dummy boxes"/>
108+
<img className="img-fluid" src="/website/assets/blog/latex_1/boxes.png" width=450 height=150 alt="dummy boxes"/>
109109
<figcaption class="text-center figure-caption">Fig 1.4: Dummy text viewed as LaTeX's amalgamation of horizontal and vertical boxes</figcaption>
110110
</figure>
111111

0 commit comments

Comments
 (0)