I have this iframe chatbot that overlaps some elements and buttons of my page because of its fixed position. What I want to happen is: the size of the iframe is the same size as the small chat icon, and when clicked that width and height increase to fit the whole chat box, which is bigger. Is that possible?
It's confusing to explain, if you didn't understand please let me know in the comments, thank you!
is this iFrame HTML iFrame, or is it the element created with Velo? it would be different elements, so we may need extra clarification. elements size in iFrame can be changed with the following values: width="Y" height="X" ; where X and Y are values for numbers along with this, you want it to expand on click, which won't be possible most likely due to some Velo limitation, please check this thread on Velo forum: https://www.wix.com/velo/forum/coding-with-velo/resize-a-html-component