ESPBug icon indicating copy to clipboard operation
ESPBug copied to clipboard

Hi everyone, I can't add logo to captive html is there any way to add logo and png image to captive html?

Open ehsanshahbaloch opened this issue 5 years ago • 1 comments

ehsanshahbaloch avatar Oct 10 '20 09:10 ehsanshahbaloch

hi you can use the site (https://www.base64-image.de/) to convert the image to base 64 and copy the code for the tag img. And then you need to add a tag img with the parameter to the code src and your text. Example <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUg=="> but it can take a lot of space in the code

Infinity282 avatar Jan 20 '21 04:01 Infinity282