Big fix
This commit is contained in:
DylanSpeiser 2024-10-30 15:06:52 -04:00
parent 47de0198a5
commit 5ad7289977
3 changed files with 6 additions and 2 deletions

View file

@ -22,7 +22,7 @@ If your camera does not have an ethernet port, use a USB-C to ethernet adapter.
![BM Camera Setup](screenshots/BMCameraSetup2.png)
> If you're using the GitHub Pages site, the API must be accessed with HTTPS rather than HTTP. You can enable this on the camera in **Blackmagic Camera Setup** by clicking the "Generate Certificate" button.
> If you're using the GitHub Pages site, the API must be accessed with HTTPS rather than HTTP. You can enable this on the camera in **Blackmagic Camera Setup** by clicking the "Generate Certificate" button. You might have to convince your browser to trust the certificate by navigating to the API endpoint, overriding your browser's "this page isn't secure!" warnings, and then going back to the WebUI and connecting with HTTPS.
## Launching the App
The app is a self-contained, offline web page. (No installation, dependencies, or servers to worry about!) Simply open the `index.html` file in your browser of choice, enter the hostname of your camera, and press "Connect".

View file

@ -336,7 +336,7 @@
<!-- Footer Div -->
<div class="flexContainerH" id="footerContainer">
<div id="footerLeft">
<span class="">(v 1.4)</span>
<span class="">(v 1.4.1)</span>
<span id="activeElementSpan"></span>
</div>
<div id="footerLinks">

View file

@ -21,6 +21,10 @@
#cameraControlsContainer {
width: 30vw!important;
}
#headerContainer {
height: 5vh!important;
}
body {
font-size: 70%;