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
Copy file name to clipboardExpand all lines: README.md
+14-8Lines changed: 14 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,29 +6,35 @@ Responsive web design requires developers to determine the image dimensions that
6
6
7
7
The Responsive Breakpoints Generator enables you to interactively upload your images and define settings to find matching image dimensions that fit in your graphic design requirements. You can define the required image width range, the file size step in kilobytes and a safety limit of the maximum number of images you allow. In addition, you can request that the results include double resolution images for DPR 2.0 displays (e.g., Retina Display).
8
8
9
-
The breakpoints generator tool uses [Cloudinary's advanced algorithms](http://cloudinary.com) to easily generate best matching breakpoints for each uploaded image.
9
+
The breakpoints generator tool uses [Cloudinary's advanced algorithms](https://cloudinary.com) to easily generate best matching breakpoints for each uploaded image.
10
10
11
11
## Live public tool
12
12
13
-
This project is available as a new free public web tool called the **[Responsive Image Breakpoints Generator](http://www.responsivebreakpoints.com/)**.
13
+
This project is available as a new free public web tool called the **[Responsive Image Breakpoints Generator](https://www.responsivebreakpoints.com/)**.
This project is a lightweight web application that consists of the following modules and technologies:
23
23
24
24
* Standard HTML5 and Javascript code.
25
-
*[Cloudinary's Upload Widget](http://cloudinary.com/documentation/upload_widget) that uploads images directly from the browser to the cloud.
26
-
*[Handlebars](http://handlebarsjs.com/) dynamic HTML template.
27
-
* Simple Sinatra web application (written in Ruby). This application is the server-side component, which takes care of building signatures for authenticating API requests to [Cloudinary](http://cloudinary.com).
25
+
*[Cloudinary's Upload Widget](https://cloudinary.com/documentation/upload_widget) that uploads images directly from the browser to the cloud.
26
+
*[Handlebars](https://handlebarsjs.com/) dynamic HTML template.
27
+
* Simple Sinatra web application (written in Ruby). This application is the server-side component, which takes care of building signatures for authenticating API requests to [Cloudinary](https://cloudinary.com).
28
28
29
29
30
+
## Quick start
31
+
In order to start the server use the following command:
0 commit comments