Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-6150

No images shown in blog posts on mobile devices

    • Icon: Bug Report Bug Report
    • Resolution: Fixed
    • Icon: L3 - Default L3 - Default
    • None
    • None
    • blog.camunda.org
    • None

      Reproduce
      • Open a blog post with images on a mobile device or in the mobile view of your browser
      • No images are show (see mobile.png)

        This is the controller panel for Smart Panels app

            [CAM-6150] No images shown in blog posts on mobile devices

            Also why do we need javascript to display images in the blog?

            Sebastian Menski added a comment - Also why do we need javascript to display images in the blog?

            Valentin added a comment -

            The "lazy loading" mechanism has been added in order to prevent images to load when they won't be displayed (some people appreciate faster loading and smaller bandwidth footprint, especially on mobile devices).
            It was working fine.. I'm investigating what changed.

            Valentin added a comment - The "lazy loading" mechanism has been added in order to prevent images to load when they won't be displayed (some people appreciate faster loading and smaller bandwidth footprint, especially on mobile devices). It was working fine.. I'm investigating what changed.

            Does my Browser not always load the HTML first and displays it before it fetchs the images? Just curious.

            Sebastian Menski added a comment - Does my Browser not always load the HTML first and displays it before it fetchs the images? Just curious.

            Valentin added a comment -

            Actually, the browser will load all resources as it discovers them in the HTML - regardless of their visibility in the viewport (some huge images might then load and "block" the rendering process - which leads to a laggy experience).
            Anyways.. it should be now fixed.
            The problem came from a style which defined negative margins and therefore screwed the bounding box computation...
            ¯\ _(ツ)_ /¯

            Valentin added a comment - Actually, the browser will load all resources as it discovers them in the HTML - regardless of their visibility in the viewport (some huge images might then load and "block" the rendering process - which leads to a laggy experience). Anyways.. it should be now fixed. The problem came from a style which defined negative margins and therefore screwed the bounding box computation... ¯\ _(ツ)_ /¯

            Still no images on mobile for me in the release blog post.

            Sebastian Menski added a comment - Still no images on mobile for me in the release blog post.

              sebastian.menski Sebastian Menski
              sebastian.menski Sebastian Menski
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: