Merge pull request #129 from maximevaillancourt/audio
Add audio file example
This commit is contained in:
		
						commit
						7ac331a411
					
				| @ -40,6 +40,16 @@ You may include a tweet URL on its own line (like below), and it would be replac | |||||||
| 
 | 
 | ||||||
| https://twitter.com/jack/status/20 | https://twitter.com/jack/status/20 | ||||||
| 
 | 
 | ||||||
|  | ### Media embedding | ||||||
|  | 
 | ||||||
|  | You may embed media files within a note using HTML5 media tags. Here's an example for an audio file: | ||||||
|  | 
 | ||||||
|  | "Jazzy Frenchy" by Benjamin Tissot from bensound.com | ||||||
|  | <audio controls> | ||||||
|  |   <source src="/assets/jazzyfrenchy.mp3" type="audio/mpeg"> | ||||||
|  |   Your browser does not support the audio element. | ||||||
|  | </audio> | ||||||
|  | 
 | ||||||
| ### Site configuration | ### Site configuration | ||||||
| 
 | 
 | ||||||
| Some behavior is configurable by tweaking the `_config.yml` file. | Some behavior is configurable by tweaking the `_config.yml` file. | ||||||
|  | |||||||
							
								
								
									
										
											BIN
										
									
								
								assets/jazzyfrenchy.mp3
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								assets/jazzyfrenchy.mp3
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Maxime Vaillancourt
						Maxime Vaillancourt