-
Notifications
You must be signed in to change notification settings - Fork 71
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
Remove "loading..." when asset has been loaded #81
Comments
The remaining
I don't think the addon prevents scrolling. The addon panel is not scrollable by default. For |
True. Not yet noticed :) Thanks for your response and for looking into it! |
#81 When embedding pages with no backgrounds, the "loading..." placeholder label would be visible. This commit hides it when the iframe is loaded.
Fixed in v5.4.4. |
Thx :) |
I am using
type: "iframe"
to load image assets. Reason:type: "image"
disables scrolling which doesn't make sense in my case. When usingtype: "iframe"
a loading label is placed behind the iframe itself. If the content of the iframe doesn't fit the full width or height you can see the loading label which can be confusing.An alternative could be to add an option to
type: "image"
to enable scrolling and disable offset :)The text was updated successfully, but these errors were encountered: