You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working on assignments that involve images, students often spend a lot of time searching Google Images for the perfect image.
Many images included in starter code are hosted on domains that are blocked by school networks
Let’s build an image gallery feature that allows instructors / curriculum designers to add images to a project. Images can either be uploaded from the local machine, or added via a pasted URL.
To solve the second problem in particular, and to afford uploads from the local machine, we’ll want to transload the images to our own file hosting.
The text was updated successfully, but these errors were encountered:
Two related problems:
Let’s build an image gallery feature that allows instructors / curriculum designers to add images to a project. Images can either be uploaded from the local machine, or added via a pasted URL.
To solve the second problem in particular, and to afford uploads from the local machine, we’ll want to transload the images to our own file hosting.
The text was updated successfully, but these errors were encountered: