FAQ /
Hide minor edits - Show changes to markup
To keep the EXIF data you must not save the image with the "Save for Web..." menu but only with the "Save as..." menu. Only then your EXIF data will be kept.
To keep the EXIF data you must not save the image with the "Save for Web..." menu but only with the "Save as..." menu.
Only then your EXIF data will be kept.
Why is no EXIF information shown in the image page? How can I save my images with Photoshop keeping the EXIF information?
To keep the EXIF data you must not save the image with the "Save for Web..." menu but only with the "Save as..." menu. Only then your EXIF data will be kept.
| Where can I set the number of thumbnails shown per row in the archive page?
You cannot limit the number of thumbs per row by a simple setting, you have to do this in your CSS style sheet.
There is a <DIV> containing the thumbnails on archive page. In most templates it has the id="thumbnails".
Now set the width of #thumbnails in your CSS style sheet accordingly:
If you use a thumbnail width of 120px and want to show 5 thumbnails in a row, this is 600px.
If there is a margin or space around each thumbnail, you have to calculate this as well. Supposing each thumb has a h-space of 5, you have to add 50px (10px for each of the thumbnails).
So set the width of your thumbnails DIV to 650px, better 700px to take account of some borders or paddings and you are done.
Now set the width of #thumbnails in your CSS style sheet accordingly: if you use a thumbnail width of 120px and want to show 5 thumbnails in a row, this is 600px. If there is a margin or space around each thumbnail, you have to calculate this as well. Supposing each thumb has a h-space of 5, you have to add 50px (10px for each of the thumbnails).
So set the width of your thumbnails DIV to 650px, better 660px to
Now set the width of #thumbnails in your CSS style sheet accordingly:
If you use a thumbnail width of 120px and want to show 5 thumbnails in a row, this is 600px.
If there is a margin or space around each thumbnail, you have to calculate this as well. Supposing each thumb has a h-space of 5, you have to add 50px (10px for each of the thumbnails).
So set the width of your thumbnails DIV to 650px, better 700px to take account of some borders or paddings and you are done.
You cannot limit the number of thumbs per row by a simple setting, you have to do this in your CSS style sheet.
There is a <DIV> containing the thumbnails on archive page. In most templates it has the id="thumbnails".
Now set the width of #thumbnails in your CSS style sheet accordingly: if you use a thumbnail width of 120px and want to show 5 thumbnails in a row, this is 600px. If there is a margin or space around each thumbnail, you have to calculate this as well. Supposing each thumb has a h-space of 5, you have to add 50px (10px for each of the thumbnails).
So set the width of your thumbnails DIV to 650px, better 660px to
| Where can I set the number of thumbnails shown per row in the archive page?