You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to use videos as a progressive enhancement by displaying an image initially and then lazy loading the video. I render the image separately to allow uploading and support lazy loading.
Even though I have set the poster to an empty string, the <img> is still being rendered. Can you please provide a way to prevent this?
Setting image_size to x0 results in a 404 error, which is what I want, but without the error.
The text was updated successfully, but these errors were encountered:
I'm attempting to use videos as a progressive enhancement by displaying an image initially and then lazy loading the video. I render the image separately to allow uploading and support lazy loading.
Even though I have set the poster to an empty string, the
<img>
is still being rendered. Can you please provide a way to prevent this?Setting
image_size
tox0
results in a 404 error, which is what I want, but without the error.The text was updated successfully, but these errors were encountered: