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
If we use JS/Svelte code inside a post to dynamically load around 10 images in an iteration, a huge gap or extra margins will appear before the content when navigating to another page (Fixes by reloading the page). I'm new to Svelte, so it could be something I'm doing wrong. I would really appreciate any help, especially if the issue is in my code.
Reproduction
Create a new post (repro_issue).
Inside the index.md use following code with any images:
👀 View Reproducible Code
Paste the following code inside the /user/blogs/repro_issue/index.md, remember to add some images to the folder (src_to_imgs):
Describe the bug
If we use JS/Svelte code inside a post to dynamically load around 10 images in an iteration, a huge gap or extra margins will appear before the content when navigating to another page (Fixes by reloading the page). I'm new to Svelte, so it could be something I'm doing wrong. I would really appreciate any help, especially if the issue is in my code.
Reproduction
repro_issue
).index.md
use following code with any images:👀 View Reproducible Code
Paste the following code inside the
/user/blogs/repro_issue/index.md
, remember to add some images to the folder (src_to_imgs
):Logs
System Info
Additional Information
You can view this issue on my blog:
Normal About section (Before navigating from Certificates section):
Problematic About section (After navigating from Certificates section):
The text was updated successfully, but these errors were encountered: