Browse Source

image size refactor

pull/515/head
OGordoo 4 years ago committed by Christopher Fremond
parent
commit
77227c4198
  1. 4
      subjects/forum/forum-image-upload.audit.en.md
  2. 2
      subjects/forum/forum-image-upload.en.md

4
subjects/forum/forum-image-upload.audit.en.md

@ -12,9 +12,9 @@
###### Was the post created successfully?
##### If is not restricted, try to create a post with a [large image](https://effigis.com/wp-content/themes/effigis_2014/img/RapidEye_RapidEye_5m_RGB_Altotting_Germany_Agriculture_and_Forestry_2009MAY17_8bits_sub_r_2.jpg). If it is restricted search for image with a size slightly below that limit.
##### Try to create a post with an [image](https://effigis.com/wp-content/themes/effigis_2014/img/RapidEye_RapidEye_5m_RGB_Altotting_Germany_Agriculture_and_Forestry_2009MAY17_8bits_sub_r_2.jpg) bigger than 20mb.
###### Was the post created successfully?
###### Were you warned that this was not possible?
##### Try navigating through the site and come back to one of the created posts.

2
subjects/forum/forum-image-upload.en.md

@ -10,6 +10,8 @@ In forum image upload, registered users have the possibility to create a post co
There are various extensions for images like: JPEG, SVG, PNG, GIF, etc. In this project you have to handle at least JPEG, PNG and GIF types.
The max size of the images to load should be 20 mb. If it is tried to load an image bigger than that it should inform the user with an error message, that the image is too big.
This project will help you learn about:
- Image manipulation

Loading…
Cancel
Save