The community member is trying to embed an image like a slider using an HTML component, but is facing issues with the image path. They have tried uploading the image to their Webstudio and using a local device link, but both methods are not working. The comments suggest that the community member needs to use the full URL for the image, and that they should consider using the Image component in the components panel instead of the custom img tag. There is no explicitly marked answer, but one community member mentions that they solved the issue.
Hi I am trying to imbedd image like slider by adding the html component. example: <img src=" .."> My problems: 1) I uploaded the image in my webstuio and put that path but it is not working. 2) I gave the link locally ( of my device) but also it is not working.
How do I give the path in that embedded html image tag