Quote:
Originally Posted by Dr. Drib
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....