View Single Post
Old 03-14-2017, 06:13 PM   #820
ghostwheel
Zealot
ghostwheel has learned how to buy an e-book online
 
Posts: 133
Karma: 93
Join Date: May 2006
Device: DBoox Max,Galaxy note 10.1 & 3,LE1700 tablet,sony PRS-500,iRex DR1000S
Quote:
Originally Posted by Dr. Drib View Post

Please take a few moments to read our Posting Guidelines, in particular the part about the maximum image size allowed (600x600 pixels). Images that violate those guidelines may be deleted.

It is every member's responsibility to read our Posting Guidelines and follow them.
I'm sorry, I had a typo. I wanted to resize the images to 600, but mistyped and one got 699. good it wasn't 6999...

BTW: why not add the images requirements to the attachment area of the edit form? Where it says:
Quote:
Valid file extensions: avi azw azw2 azw3 bat bin bmp bz2 doc docx enews epub gif gz hsc imp ipk ixl jar jpe jpeg jpg kml lit lrf mobi opf pdb pdf pl pm png prc psd py rar recipe rtf sdl site sxl tar txt xml xpi zip?
I guess you're also worried about links to external images. But it would be good to have it somewhere on the form, on not just in the posting guidelines.

And, or course there is the additional possibility of specifying max width for the browser, supposedly by adding the following to the css:
Code:
img{
  height:auto;
  width:auto;
  max-width:600px;
  max-height:600px
}
Which, if it worked, might solve all these headaches....

Last edited by ghostwheel; 03-14-2017 at 06:23 PM.
ghostwheel is offline   Reply With Quote