소스 검색

Ajustement taille iframes, police, images

Sangfroid 2 달 전
부모
커밋
c129a86cd9
2개의 변경된 파일18개의 추가작업 그리고 3개의 파일을 삭제
  1. 16 1
      assets/styles/app.css
  2. 2 2
      src/Service/MarkdownParser.php

+ 16 - 1
assets/styles/app.css

@@ -106,10 +106,25 @@ main {
   font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
 }
 
-main p {
+.contenu {
   font-size: 1.2em;
+  position: relative;
 }
 
+.contenu iframe {
+  margin-left: auto;
+  margin-right: auto;
+  display: block;
+  max-width: 100%;
+}
+
+.contenu img {
+  margin-left: auto;
+  margin-right: auto;
+  display: block;
+}
+
+
 hr {
   width: 40%; /* Ajustez la largeur selon vos préférences */
   margin-bottom: 15px;

+ 2 - 2
src/Service/MarkdownParser.php

@@ -21,8 +21,8 @@ class MarkdownParser
         $embedLibrary = new Embed();
         $embedLibrary->setSettings([
             'oembed:query_parameters' => [
-                'maxwidth' => 900,
-                'maxheight' => 600,
+                'maxwidth' => 500,
+                'maxheight' => 400,
             ],
         ]);
         $config = [