-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switching image breakpoints when there is a video showing should not be visible #8
Comments
Two ideas:
|
Oh, but as this relates to the video, in both cases the image never gets nulled so the video shouldn't disappear. |
Not really simple because we're binding the src of the image so it changes immediately, I think we need have an intermediate src value that is only set when the new image is loaded. But I think we could use a In other words, the data that |
Won't happen in 2.0 and support for srcset |
Right now there is a flash when switching between breakpoints, even when a video is up. I think this is because the image unloading makes the video
v-show
toggle because it is dependend on it's predecessor being loaded.Perhaps the refactoring of render in #1 will fix this.
The text was updated successfully, but these errors were encountered: