Text over the image | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Text over the image

there is a background image and I want to add text on the image and also drag , resize the text want to chnage the text color size and font can you help me out because I just add the text on the image in middle but I can't do drag or other things

28th Mar 2018, 6:51 AM
Susovan Das
Susovan Das - avatar
3 Answers
+ 2
dragable="true" label="hello"
28th Mar 2018, 7:03 AM
Manan
Manan - avatar
+ 2
but how to change size ,color and font as a user not a developer
28th Mar 2018, 7:16 AM
Susovan Das
Susovan Das - avatar
+ 1
you will need to create a form in html that has different fonts and sizes for user to choose from. then use javascript or a library like jQuery to get the chosen values and update the text styles accordingly.
28th Mar 2018, 7:18 AM
Adam
Adam - avatar