Browse Source

changed default images thumbs from 400*400 to 800*800

Bachir Soussi Chiadmi 6 years ago
parent
commit
8a016f3d53
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sys/tex2html.sh

+ 1 - 1
sys/tex2html.sh

@@ -95,7 +95,7 @@ for i in ../content/*; do
           # copy image file with new name
           cp -f "$img" ../output/images/$fimg
           # convert thumbs
-          convert ../output/images/$fimg -resize 400x400\>  ../output/thumbs/$fimg
+          convert ../output/images/$fimg -resize 800x800\>  ../output/thumbs/$fimg
           # replace image name in main tmp/content.textile file
           # pandoc can't render textile links
           sed -i "s/!images\/$fn!/<a data-lightbox='$folder' href='images\/$fimg'>!thumbs\/$fimg!<\/a>/g" tmp/content.textile