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
Copy file name to clipboardExpand all lines: doc/support.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,14 @@ Below are some of the most frequently asked questions.
14
14
15
15
This might happen if your container contains images with a non-fixed height. Try to set the height attribute on your images, or initialize Infinite AJAX Scroll after the images have loaded.
16
16
17
+
One possible way to achieve this is using the window.onload event:
This might happen if there is content (most of the time whitespace) before the `!DOCTYPE` tag. Make sure there is no whitespace before the `<!DOCTYPE>` tag.
0 commit comments