Get 23 thumbnail

Size
2,148 Kb
Views
12,144

How do I make an get 23 thumbnail?

What is a get 23 thumbnail? How do you make a get 23 thumbnail? This script and codes were developed by Gyula Szathmary on 02 November 2022, Wednesday.

Get 23 thumbnail Previews

Get 23 thumbnail - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Get 23 thumbnail</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <section> <h1>Get 23 thumbnails</h1> <input type="text" id="imgUrl" placeholder=" 23 video ID"> <button id="optimBtn">Open in new windows</button> <div class="optimizedWrapper"></div>
</section> <script src='https://code.jquery.com/jquery-2.2.4.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Get 23 thumbnail - Script Codes CSS Codes

section { width: 50%; margin: 0 auto; text-align: center
}
section p { font-style: italic;
}
input[type="text"] { width: 100%; height: 25px; margin-top: 20px; margin-bottom: 20px;
}
.optimizedWrapper { margin-top: 20px;
}
.optimizedWrapper img { max-width: 10%
}

Get 23 thumbnail - Script Codes JS Codes

$("button#optimBtn").click(function() { //Get URL var url = $("input#imgUrl").val(); //Add to ImageOptim as append var optimUrl_D = 'http://saxobank.23video.com/thumbnail/' + url + '/1400x'; var optimUrl_T = 'http://saxobank.23video.com/thumbnail/' + url + '/414x'; var optimUrl_M = 'http://saxobank.23video.com/thumbnail/' + url + '/350x'; //Create preview and download link $(".optimizedWrapper") //.append('<img src="' + optimUrl + '">') //Add preview pic .append('<a href="' + optimUrl_D + '" target="_blank">Desktop<\/a><br>') .append('<a href="' + optimUrl_T + '" target="_blank">Tablet<\/a><br>') .append('<a href="' + optimUrl_M + '" target="_blank">Mobile<\/a><br>'); //Automatically download $('.optimizedWrapper a').get(0).click(); $('.optimizedWrapper a').get(1).click(); $('.optimizedWrapper a').get(2).click(); //Reset page //location.reload();
});
Get 23 thumbnail - Script Codes
Get 23 thumbnail - Script Codes
Home Page Home
Developer Gyula Szathmary
Username gyusza
Uploaded November 02, 2022
Rating 3
Size 2,148 Kb
Views 12,144
Do you need developer help for Get 23 thumbnail?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Gyula Szathmary (gyusza) Script Codes
Create amazing video scripts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!