Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by tejask04

  1. tejask04

    HTML I want to add a gif after the end of countdown timer....

    Can I make a sound play after the countdown is over? Like, preview of a google drive audio file.....🤔
  2. tejask04

    HTML I want to add a gif after the end of countdown timer....

    Ohh......thank you. That really helped😄:thumbsup:
  3. tejask04

    HTML I want to add a gif after the end of countdown timer....

    Yaa, problem solved. I increased the width of the box.....thanks:blush:
  4. tejask04

    HTML I want to add a gif after the end of countdown timer....

    Hey! Is there a way to fix the gif scaling so that it doesn't go out of the outline (box). The issue is, the gif inserted in the box appears to be bigger than it in android device......while it appears OK when on large screen. So, what do I use to scale the gif to the box?
  5. tejask04

    HTML I want to add a gif after the end of countdown timer....

    Thank you so much😄 I wanted to wish my friend on his birthday with this.....all thanks to you😁👍
  6. tejask04

    HTML I want to add a gif after the end of countdown timer....

    The code:- <!-- Display the countdown timer in an element --> <p id="demo"></p> <script> // Set the date we're counting down to var countDownDate = new Date("Jan 5, 2022 15:37:25").getTime(); // Update the count down every 1 second var x = setInterval(function() { // Get today's...
Back
Top Bottom