Skip to content

Commit 22bff49

Browse files
committed
Use local image examples
1 parent 80e6aef commit 22bff49

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/assets/img/832x554.png

627 Bytes
Loading

src/docs/design-patterns.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@ <h3>Text and image cards/article tiles</h3>
12311231
<meta itemprop="mainEntityOfPage" content="#">
12321232
<meta itemprop="author" content="The Textpattern Development Team">
12331233
<small class="alert-block alert-pill success">FEATURED</small>
1234-
<img class="card-img" src="https://placehold.it/832x554" alt="Alt text" itemprop="image">
1234+
<img class="card-img" src="assets/img/com/832x554.png" alt="Alt text" itemprop="image">
12351235
<div class="card-body">
12361236
<h3 itemprop="headline">Card with default text</h3>
12371237
<span class="article-date">
@@ -1249,7 +1249,7 @@ <h3 itemprop="headline">Card with default text</h3>
12491249
<header class="card-header">
12501250
<p>Header content</p>
12511251
</header>
1252-
<a href="#" title="Card link" aria-label="Card link"><img class="card-img" src="https://placehold.it/832x554" alt="Alt text" itemprop="image"></a>
1252+
<a href="#" title="Card link" aria-label="Card link"><img class="card-img" src="assets/img/com/832x554.png" alt="Alt text" itemprop="image"></a>
12531253
<div class="card-body">
12541254
<h3 itemprop="headline"><a href="#">Card with centred text</a></h3>
12551255
<span class="article-date">
@@ -1276,7 +1276,7 @@ <h3 itemprop="headline"><a href="#">Card with default text</a></h3>
12761276
<p>Also has a card footer. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
12771277
<p><a href="#" itemprop="url">Card link</a></p>
12781278
</div>
1279-
<a href="#" title="Card link" aria-label="Card link"><img class="card-img" src="https://placehold.it/832x554" alt="Alt text" itemprop="image"></a>
1279+
<a href="#" title="Card link" aria-label="Card link"><img class="card-img" src="assets/img/com/832x554.png" alt="Alt text" itemprop="image"></a>
12801280
<footer class="card-footer">
12811281
<p>Footer content</p>
12821282
</footer>

0 commit comments

Comments
 (0)