Testing

This is a Recent Post List with Image Hover effect, similar to what you'd see on a fansub site like Doronime. However, this version has been specifically adapted for Blogger, as shown in the screenshot: This feature supports using labels and can display a maximum of 10 recent posts. To use it, simply save the following HTML and JavaScript within a Widget > HTML/JavaScript : <!-- blog-id=" XXXXXXXXX " // UBAH BLOG ID max-results=" 10 " // maksimal post fetch-delay=" 2000 " // delay sebelum muncul label=" Comedy " // Bisa kosong tanpa Label post --> <blogger-posts-list blog-id=" XXXXXXXXX " max-results=" 10 " fetch-delay=" 2000 " label=" Comedy " ></blogger-posts-list> <style> .hover-preview-img { position: fixed; display: none; pointer-events: none; border: 3px solid #2196f3; box-shadow: 5px 5px 5px 0 hsl(0deg 0% 0% / 60%); max-wi...