update aspect ratio and video url

This commit is contained in:
Seth Burkart
2024-06-08 22:24:24 +10:00
parent 45a514dd32
commit ea88f0754b
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
import { animate, spring, stagger } from 'motion' import { animate, spring, stagger } from 'motion'
import loading, { AppendLoadingSymbol } from './seqta/ui/Loading' import loading, { AppendLoadingSymbol } from './seqta/ui/Loading'
import updateVideo from './resources/update-video.mp4'
import IconFamily from './resources/fonts/IconFamily.woff' import IconFamily from './resources/fonts/IconFamily.woff'
import LogoLight from './resources/icons/betterseqta-light-icon.png' import LogoLight from './resources/icons/betterseqta-light-icon.png'
import LogoLightOutline from './resources/icons/betterseqta-light-outline.png' import LogoLightOutline from './resources/icons/betterseqta-light-outline.png'
@@ -269,7 +268,7 @@ export function OpenWhatsNewPopup() {
let popup = document.getElementsByClassName('whatsnewContainer')[0] let popup = document.getElementsByClassName('whatsnewContainer')[0]
injectYouTubeVideo( injectYouTubeVideo(
'5nM6T3KCVfM', 'PLSlFV-9e6dvyRNVacLwJwQZ3sWJYZ_PFb', document.querySelector('.whatsnewImg')!, true, true, '100%', '100%' 'JdDA45GYEUc', 'PLSlFV-9e6dvyvZJFPCtBMb3LSp-LGbrbI', document.querySelector('.whatsnewImg')!, true, true, '100%', '100%'
) )
animate( animate(
+1 -1
View File
@@ -2911,7 +2911,7 @@ body:has(.outside-container:not(.hide)) #AddedSettings.tooltip:hover > .tooltipt
} }
.whatsnewImg > iframe { .whatsnewImg > iframe {
aspect-ratio: 16/9; aspect-ratio: 16/9.823;
width: 100%; width: 100%;
height: 100%; height: 100%;
border-radius: 16px; border-radius: 16px;