Skip to content

Commit 3fd6bad

Browse files
committed
Revert "feat: Image container"
This reverts commit 453172e.
1 parent e59f9fd commit 3fd6bad

File tree

3 files changed

+2
-49
lines changed

3 files changed

+2
-49
lines changed

components/content/ProseImg.vue

Lines changed: 0 additions & 47 deletions
This file was deleted.

content/fr/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ content/
152152

153153
![ma belle image](/images/demo.png)
154154

155-
Voici à quoi ressemble une image de portrait dans la prose. Il est centré dans un conteneur personnalisé via le fichier `ProseImg.vue` personnalisé dans le dossier `components/content` et s'étendra jusqu'à la largeur maximale disponible dans le conteneur. Les images qui seront servies avec l'application peuvent être placées dans le répertoire `public`. Par exemple, les images du dossier `/public/images` sont accessibles directement via le chemin `/images/img.jpg`.
155+
Voici à quoi ressemble une image de portrait dans la prose. Il est aligné à gauche et s'étendra jusqu'à la largeur maximale disponible dans la prose. Les images qui seront diffusées avec l'application peuvent être placées dans le répertoire "public". Par exemple, les images du dossier `/public/images` sont accessibles via le chemin `/images/img.jpg` directement.
156156

157157
```md
158158
![ma belle image](/images/demo.png)

content/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ content/
150150

151151
![my cool image](/images/demo.png)
152152

153-
This is how a portrait image looks like within the prose. It is centered within a custom container via the custom `ProseImg.vue` in the `components/content` folder and will extend to the max width available in the container. Images that will be served alongside with the app can be placed within the `public` directory. For instance, images within the `/public/images` folder can be accessed via the path `/images/img.jpg` directly.
153+
This is how a portrait image looks like within the prose. It is left aligned and will extend to the max width available in the prose. Images that will be served alongside with the app can be placed within the `public` directory. For instance, images within the `/public/images` folder can be accessed via the path `/images/img.jpg` directly.
154154

155155
```md
156156
![my cool image](/images/demo.png)

0 commit comments

Comments
 (0)