mirror of
				https://github.com/flynx/ImageGrid.git
				synced 2025-10-31 03:10:07 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			33 lines
		
	
	
		
			421 B
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			421 B
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
| <style>
 | |
| </style>
 | |
| 
 | |
| <script src="../ext-lib/jquery.js"></script>
 | |
| <script src="../ext-lib/jquery-ui.js"></script>
 | |
| 
 | |
| <script src="../lib/jli.js"></script>
 | |
| 
 | |
| <script>
 | |
| </script>
 | |
| 
 | |
| <body>
 | |
| 
 | |
| 
 | |
| <!-- TODO: 
 | |
| - setup standard single image mode 
 | |
| - add elements:
 | |
| 	- crop rectangle
 | |
| 	- crop preset selector
 | |
| 		- free form
 | |
| 		- 2:3
 | |
| 		- 3:2
 | |
| 		- 1:1
 | |
| 		- 16:9
 | |
| 		- add...
 | |
| -->
 | |
| 
 | |
| 
 | |
| </body>
 | |
| </html>
 |