[GH-ISSUE #388] How to edit the captive portal page #326

Closed
opened 2026-02-28 01:24:47 +03:00 by kerem · 1 comment
Owner

Originally created by @ashtam55 on GitHub (Jul 14, 2017).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/388

First of all, I kindly say thank you for your work @tzapu. This library helps a lot and works faster for me, but an issue came up when I am changing the Captive Portal page in template.h . I am not able to add an image to the first page. Can anybody help with this?
Thank you in advance.

Originally created by @ashtam55 on GitHub (Jul 14, 2017). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/388 First of all, I kindly say thank you for your work @tzapu. This library helps a lot and works faster for me, but an issue came up when I am changing the Captive Portal page in template.h . I am not able to add an image to the first page. Can anybody help with this? Thank you in advance.
kerem 2026-02-28 01:24:47 +03:00
  • closed this issue
  • added the
    Question
    label
Author
Owner

@denisvm commented on GitHub (Jul 23, 2017):

You can add images embedding them directly into HTML if they are small enough. Here is some info about it: https://en.wikipedia.org/wiki/Data_URI_scheme
Otherwise you can store the image in SPIFFS and recover it from there if needed.

<!-- gh-comment-id:317288957 --> @denisvm commented on GitHub (Jul 23, 2017): You can add images embedding them directly into HTML if they are small enough. Here is some info about it: https://en.wikipedia.org/wiki/Data_URI_scheme Otherwise you can store the image in SPIFFS and recover it from there if needed.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#326
No description provided.