2 lines
		
	
	
		
			555 B
		
	
	
	
		
			JavaScript
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			2 lines
		
	
	
		
			555 B
		
	
	
	
		
			JavaScript
		
	
	
		
			Executable File
		
	
	
	
	
function scaleCaptcha(t){jQuery(".g-recaptcha").each(function(t){var e=jQuery(this).parent(".recaptcha-wrapper"),i=1,h=e.width(),a=e.height();h<200?(h=200,e.css({"min-width":"200px","min-height":"60px"})):a<78&&(a=78,e.css("min-height","78px")),304>h?(i=h/304,jQuery(this).css({position:"absolute",width:h,height:78,transform:"scale("+i+")"})):jQuery(".g-recaptcha").css({position:"inherit",width:"auto",height:"auto",transform:"scale(1)"}),e.css({"min-height":78*i})})}jQuery(document).ready(function(t){t(window).resize(t.throttle(100,scaleCaptcha))});
 |