skip to Main Content

Google captcha with svelte-Twitter bootstrap

So I had an issue with svelte and google Recaptcha API. My main HTML file <!DOCTYPE html> <html lang="en"> <head> <meta charset='utf-8'> <meta name='viewport' content='width=device-width,initial-scale=1'> <title>Svelte app</title> <link rel='icon' type='image/png' href='/favicon.png'> <link rel='stylesheet' href='/global.css'> <link rel='stylesheet' href='/build/bundle.css'> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css">…

VIEW QUESTION

Jquery ajax – div background image not changing reuploads

I have the following HTML page. <div class="profile-photo" id="profilephoto" style="background:url('data:image/png;base64,iVBORw0KGgoA') no-repeat 50% 50%;"></div> Using jQuery, I try to replace this base 64 value which is "iVBORw0KGgoA" . So once after successful profile picture upload, I'm trying to replace this preview…

VIEW QUESTION
Back To Top
Search