Riya Kumari

Riya Kumari

72 Articles Published

Articles by Riya Kumari

Page 8 of 8

Crop Canvas / Export HTML5 Canvas with certain width and height

Riya Kumari
Riya Kumari
Updated on 12-Oct-2022 2K+ Views

HTML5 canvas allows the users to draw or create 2D graphics in any web page. Suppose you want to crop a part of the canvas created on the web page and export it to any other area of the web page, then you can do it using javascript. For example, you have an image in the canvas and you want to export a part of image of dimension 400px * 260px. In this article, we will learn how to execute the above using few javascript codes. To learn further, let us first considering understanding what HTML5 Canvas is What is ...

Read More

Can I play the same sound more than once at the same time with HTML5?

Riya Kumari
Riya Kumari
Updated on 12-Oct-2022 2K+ Views

Suppose you want to make a quiz app. In it, if you click the wrong option, an audio will be played in the background saying “wrong answer”. But if you click two or more options simultaneously which are wrong, you won’t be able to hear the sound as many times wrong answer is clicked at the same time. So, how to resolve this issue. In this article, you will see if you can play the same sound more than once at the same time with HTML5 or not. The answer is Yes!!! There are two methods for doing so. Let ...

Read More
Showing 71–72 of 72 articles
« Prev 1 4 5 6 7 8 Next »
Advertisements