1.4.1
Big fix
This commit is contained in:
parent
47de0198a5
commit
5ad7289977
3 changed files with 6 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ If your camera does not have an ethernet port, use a USB-C to ethernet adapter.
|
|||
|
||||

|
||||
|
||||
> 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".
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -22,6 +22,10 @@
|
|||
width: 30vw!important;
|
||||
}
|
||||
|
||||
#headerContainer {
|
||||
height: 5vh!important;
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: 70%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue