Added note
This commit is contained in:
parent
0b5d998626
commit
673d3fecf7
1 changed files with 2 additions and 1 deletions
|
|
@ -76,6 +76,7 @@ export default {
|
||||||
// Tell the view that a snapshot is available
|
// Tell the view that a snapshot is available
|
||||||
this.snapshotAvailable = true
|
this.snapshotAvailable = true
|
||||||
// Set the snapshot image src to the snapshot URL
|
// Set the snapshot image src to the snapshot URL
|
||||||
|
// Note, we add a timestamp argument to act as a cache-breaker
|
||||||
this.snapshotSrc = `${this.snapshotURL}?${Date.now()}`
|
this.snapshotSrc = `${this.snapshotURL}?${Date.now()}`
|
||||||
// If not already polling, start polling
|
// If not already polling, start polling
|
||||||
if (this.polling === null) {
|
if (this.polling === null) {
|
||||||
|
|
@ -118,7 +119,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
img[data-src][src*='data:image'] {
|
img[data-src][src*='data:image'] {
|
||||||
background: rgba(0,0,0,0.1);
|
background: rgba(127,127,127,0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue