You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/templates/docs/images/index.html
+4-4
Original file line number
Diff line number
Diff line change
@@ -28,13 +28,13 @@ <h3 class="f5 book pt4 caps">Image</h3>
28
28
<pclass="measure lh-copy f5 f4-ns">
29
29
This photo is more than 3000 pixels wide. The width is set to 100% to ensure it doesn't bleed off the viewport and always fills its container. In some situations, this will make the image stretch to be larger than its actual width. To avoid the image stretching past its width, set max-width instead.
30
30
</p>
31
-
<codeclass="f6 db mv3"><img src="/img/over-canvas.jpg" class="w-100" alt="night sky over land"></code>
32
-
<imgsrc="/img/over-canvas.jpg" class="w-100" alt="night sky over land">
31
+
<codeclass="f6 db mv3"><img src="http://tachyons.io/img/over-canvas.jpg" class="w-100" alt="night sky over land"></code>
32
+
<imgsrc="http://tachyons.io/img/over-canvas.jpg" class="w-100" alt="night sky over land">
33
33
<pclass="f5 f4-ns lh-copy measure mt4">
34
34
The image below is 720 pixels wide, it will fill its container until the container is wider than 720 pixels.
35
35
</p>
36
-
<codeclass="f6 db mv3"><img src="/img/under-canvas.jpg" class="mw-100" alt="night sky over water"></code>
37
-
<imgsrc="/img/under-canvas.jpg" class="db mw-100" alt="night sky over water">
36
+
<codeclass="f6 db mv3"><img src="http://tachyons.io/img/under-canvas.jpg" class="mw-100" alt="night sky over water"></code>
37
+
<imgsrc="http://tachyons.io/img/under-canvas.jpg" class="db mw-100" alt="night sky over water">
0 commit comments