Allow background images without protocols to have query hashes/parameters.
Closes #1603.
This commit is contained in:
		| @@ -859,7 +859,7 @@ | |||||||
|  |  | ||||||
| 		if( data.background ) { | 		if( data.background ) { | ||||||
| 			// Auto-wrap image urls in url(...) | 			// Auto-wrap image urls in url(...) | ||||||
| 			if( /^(http|file|\/\/)/gi.test( data.background ) || /\.(svg|png|jpg|jpeg|gif|bmp)$/gi.test( data.background ) ) { | 			if( /^(http|file|\/\/)/gi.test( data.background ) || /\.(svg|png|jpg|jpeg|gif|bmp)([?#]|$)/gi.test( data.background ) ) { | ||||||
| 				slide.setAttribute( 'data-background-image', data.background ); | 				slide.setAttribute( 'data-background-image', data.background ); | ||||||
| 			} | 			} | ||||||
| 			else { | 			else { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user