only use zoom to scale content in webkit
This commit is contained in:
		| @@ -1111,9 +1111,8 @@ var Reveal = (function(){ | |||||||
| 			scale = Math.max( scale, config.minScale ); | 			scale = Math.max( scale, config.minScale ); | ||||||
| 			scale = Math.min( scale, config.maxScale ); | 			scale = Math.min( scale, config.maxScale ); | ||||||
|  |  | ||||||
| 			// Prefer applying scale via zoom since Chrome blurs scaled content | 			// Prefer zooming in WebKit so that content remains crisp | ||||||
| 			// with nested transforms | 			if( /webkit/i.test( navigator.userAgent ) && typeof dom.slides.style.zoom !== 'undefined' ) { | ||||||
| 			if( typeof dom.slides.style.zoom !== 'undefined' && !navigator.userAgent.match( /(iphone|ipod|ipad|android)/gi ) ) { |  | ||||||
| 				dom.slides.style.zoom = scale; | 				dom.slides.style.zoom = scale; | ||||||
| 			} | 			} | ||||||
| 			// Apply scale transform as a fallback | 			// Apply scale transform as a fallback | ||||||
|   | |||||||
							
								
								
									
										4
									
								
								js/reveal.min.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								js/reveal.min.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Reference in New Issue
	
	Block a user