Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Lay Theme Forum

  1. Home
  2. General Discussion
  3. disable video thumbnails on mobile

disable video thumbnails on mobile

Scheduled Pinned Locked Moved General Discussion
23 Posts 2 Posters 237 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    arminunruh
    Global Moderator
    wrote on Feb 13, 2025, 5:58 PM last edited by
    #6

    ok i will investigate further sorry about this and thanks for your patience!

    you dont happen to have a vimeo pro account no? ^^

    1 Reply Last reply
    0
    • A Offline
      A Offline
      arminunruh
      Global Moderator
      wrote on Feb 13, 2025, 6:00 PM last edited by
      #7

      about your thumbnails: you could also use this feature, where it shows an image and once you hover over the thumbnail, you see the video and the video plays!
      here is an explanation about how to do it:
      http://laythemeforum.com:4567/topic/9038/start-gif-video-mouse-hover-in-project-thumbnail/5

      1 Reply Last reply
      0
      • A Offline
        A Offline
        arminunruh
        Global Moderator
        wrote on Feb 13, 2025, 6:07 PM last edited by
        #8

        hm when navigating on your website with my iphone the videos always load for me :O

        1 Reply Last reply
        1
        • M Offline
          M Offline
          mactics
          wrote on Feb 14, 2025, 11:41 AM last edited by
          #9

          Hey yeah it sometimes Happen, sometimes not.
          Would you recommend lazy loading?
          I have Vimeo Pro but their player is just so Slow that I decided to Switch to mux as Video Hoster.

          I will see into that loading Option. The Videos Look nice tho 🥸
          It’s beautiful when it works. It also just Seel to have a Problem on mobile

          I feel like it also depends on the Internet connection. Is it possible to replace the videos with a streaming link of eg mux?

          1 Reply Last reply
          0
          • M Offline
            M Offline
            mactics
            wrote on Feb 15, 2025, 12:53 AM last edited by mactics Feb 14, 2025, 8:01 PM
            #10

            Actually I tried two things:

            with lazyloading on, just the first checkbox

            • on wifi with 200mbit connection everything loads
            • on LTE Data, i have to refresh twice

            browser: firefox in inkognito tabs, so cache is empty
            seems to me like it takes too long to load the data, so the browser decides to skip it?

            if i load the same videos, just normally embedded there seems to be no problem. I did a testpage for that.
            www.marcoschott.com/testpage

            1 Reply Last reply
            0
            • M mactics referenced this topic on Feb 17, 2025, 3:49 PM
            • A Offline
              A Offline
              arminunruh
              Global Moderator
              wrote on Feb 17, 2025, 7:34 PM last edited by
              #11

              I feel like it also depends on the Internet connection. Is it possible to replace the videos with a streaming link of eg mux?

              does mux give you access to .mp4 links?
              maybe i can somehow code it in a way where for project thumbnails
              the videos can be loaded from mux

              M 1 Reply Last reply Feb 19, 2025, 7:44 AM
              0
              • A arminunruh
                Feb 17, 2025, 7:34 PM

                I feel like it also depends on the Internet connection. Is it possible to replace the videos with a streaming link of eg mux?

                does mux give you access to .mp4 links?
                maybe i can somehow code it in a way where for project thumbnails
                the videos can be loaded from mux

                M Offline
                M Offline
                mactics
                wrote on Feb 19, 2025, 7:44 AM last edited by
                #12

                @arminunruh they can give me access to m3u8 file, which is as far as I understand sth similar.

                https://stream.mux.com/02gtq9s1GjOnv1gft02g7pSiT3uLqGM2aQu00lDMzR9jR00.m3u8

                1 Reply Last reply
                0
                • A Offline
                  A Offline
                  arminunruh
                  Global Moderator
                  wrote on Feb 19, 2025, 9:10 AM last edited by arminunruh Feb 19, 2025, 4:11 AM
                  #13

                  now i was able to reproduce the videos not loading on mobile
                  when i connect my phone to my computer and look at the output of the phone browser's console i see:

                  Screenshot 2025-02-19 at 10.02.04.png

                  its an error 400 mh
                  https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/400

                  im looking into this more, so far i couldnt find out why this happens

                  1 Reply Last reply
                  0
                  • A Offline
                    A Offline
                    arminunruh
                    Global Moderator
                    wrote on Feb 19, 2025, 9:11 AM last edited by
                    #14

                    m3u8 file, i cant use this for the src attribute of a html5 video

                    M 1 Reply Last reply Feb 21, 2025, 6:46 PM
                    0
                    • A Offline
                      A Offline
                      arminunruh
                      Global Moderator
                      wrote on Feb 19, 2025, 11:35 AM last edited by
                      #15

                      can you enable this:

                      lazy loading in lay options

                      Screenshot 2025-02-19 at 12.35.15.png

                      because it seems like the website is attempting to load all videos at once, even the ones that are hidden

                      1 Reply Last reply
                      0
                      • A Offline
                        A Offline
                        arminunruh
                        Global Moderator
                        wrote on Feb 19, 2025, 12:01 PM last edited by
                        #16

                        or instead, can you update lay theme now? i changed the code so it will only load the filtered shown videos

                        1 Reply Last reply
                        0
                        • M Offline
                          M Offline
                          mactics
                          wrote on Feb 20, 2025, 3:15 PM last edited by
                          #17

                          Hi Armin,
                          thanks so much for looking into this! :) appreciate it!
                          I turned on lazya loading AND updated laytheme. It seems to me it still happens.

                          Do you think I need to scale the videos down even more and lower the bitrate?

                          Screenshot 2025-02-20 at 16.14.09.png

                          1 Reply Last reply
                          0
                          • arminunruhA arminunruh
                            Feb 19, 2025, 9:11 AM

                            m3u8 file, i cant use this for the src attribute of a html5 video

                            M Offline
                            M Offline
                            mactics
                            wrote on Feb 21, 2025, 6:46 PM last edited by
                            #18

                            @arminunruh

                            I could try to do it over a cdn.

                            1 Reply Last reply
                            0
                            • M Offline
                              M Offline
                              mactics
                              wrote on Feb 24, 2025, 11:31 AM last edited by mactics Feb 24, 2025, 6:32 AM
                              #19

                              @arminunruh we did test logs on the server side. It seems like the browsers (sometimes) cache the videos in a wrong way.

                              server gets sometimes a 304 not modified

                              it really just happens on mobile.

                              by the way, how did you create those logs?

                              1 Reply Last reply
                              0
                              • arminunruhA Offline
                                arminunruhA Offline
                                arminunruh
                                Global Moderator
                                wrote on Feb 24, 2025, 12:28 PM last edited by
                                #20

                                these are frontend logs, i connected my iphone to my macbook. then i opened safari, i enabled developer mode for safari.
                                then you can see logs here
                                Screenshot 2025-02-24 at 13.28.02.png

                                1 Reply Last reply
                                0
                                • arminunruhA Offline
                                  arminunruhA Offline
                                  arminunruh
                                  Global Moderator
                                  wrote on Feb 24, 2025, 12:29 PM last edited by arminunruh Feb 24, 2025, 7:30 AM
                                  #21

                                  well can you turn on these two settings please:
                                  Screenshot 2025-02-24 at 13.28.33.png

                                  then you can try with this setting turned on or off:

                                  Screenshot 2025-02-24 at 13.29.02.png

                                  because i think the problem may be, that too many videos are being loaded at once.
                                  i fixed it for when lazyloading is on or off, but "enable html5 video lazyloading for safari" needs to stay on i think

                                  1 Reply Last reply
                                  0
                                  • arminunruhA Offline
                                    arminunruhA Offline
                                    arminunruh
                                    Global Moderator
                                    wrote on Feb 24, 2025, 12:32 PM last edited by arminunruh Feb 24, 2025, 7:33 AM
                                    #22

                                    cause usually, with the correct settings, now only the first few visible videos should load (no matter if you have lazyloading on or off but "enable lazyloading for html5 videos for ios safari" needs to be on):

                                    Screenshot 2025-02-24 at 13.31.00.png

                                    but right now, it tries to load all 23 at once on the iphone and maybe thats the issue :O

                                    1 Reply Last reply
                                    0
                                    • arminunruhA Offline
                                      arminunruhA Offline
                                      arminunruh
                                      Global Moderator
                                      wrote on Mar 3, 2025, 6:25 PM last edited by
                                      #23

                                      hey there! did you manage to try my suggestion? im curious and i want to fix this :O

                                      1 Reply Last reply
                                      0
                                      Reply
                                      • Reply as topic
                                      Log in to reply
                                      • Oldest to Newest
                                      • Newest to Oldest
                                      • Most Votes


                                      I also code custom websites or custom Lay features.
                                      💿 Email me here: 💿
                                      info@laytheme.com

                                      Before you post:
                                      1. When using a WordPress Cache plugin, disable it or clear your cache.
                                      2. Update Lay Theme and all Lay Theme Addons
                                      3. Disable all Plugins
                                      4. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"

                                      This often solves issues you might run into

                                      When you post:
                                      1. Post a link to where the problem is
                                      2. Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
                                      3. If the problem is difficult to explain, post screenshots / link to a video to explain it
                                      Online Users
                                      C
                                      craigfeldspar
                                      20 minutes ago
                                      Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com
                                      laytheme.com
                                      • Login

                                      • Don't have an account? Register

                                      • Login or register to search.
                                      • First post
                                        Last post
                                      0
                                      • Recent
                                      • Tags
                                      • Popular
                                      • Users
                                      • Search