oh that could be it! thank you! I have to take a look
borbold
Posts
-
pictures load delayed, even though they're just a few kb -
pictures load delayed, even though they're just a few kbHello,
I am recently in the progress of updating my website and it seems like that sometimes pictures wont show or just load in very late. I checked the sizing, and the pictures are just a few kb big. So that can't be the issue right?
https://www.maximilianborchardt.de/
I also tried lazy loading on/ off, but no difference.
Is there anything I could have missed?
Thank you in advance!
MB -
Small "bump" and scrollbar problem with overlay menuThank you Armin, that worked just fine!
-
Small "bump" and scrollbar problem with overlay menuHello,
I am into rebuilding my portfolio and came across an little annoying error.
everytime I click the menu, the scrollbar disappears (because there is no content to scroll anymore right?) but then the responsive design forces to "readjust" all the images in the background. That visual "bump" does not look very great... here you can see it: https://youtu.be/yfxV7d-HRRo
does anyone has an idea how I could fix this issue?
thank you in advance!
m -
Photography Portfolio – Maximilian BorchardtI am not quite happy with my slider on mobile yet, but I will figure it out I think :)
-
HTML5 Play/Pause hover won't work correctly in Element Grid@borbold https://bloqmagazin.de/#team
thats the clickable videos that I originally wanted to play on hover
-
HTML5 Play/Pause hover won't work correctly in Element Grid@Richard-K
Hey Richard! Thank you so much for asking. Sadly I didn't had any luck yet. I tried a lot more and then I just let it be
But the page released you can have a look at what I mean: https://bloqmagazin.de/
all the best
-
Photography Portfolio – Maximilian BorchardtHey Guys,
still a few things here and there I am not quite happy with. Especially for the mobile version.
https://www.maximilianborchardt.de/
Let me know what you think :-)
-
HTML5 Play/Pause hover won't work correctly in Element GridAt first: thank you for your quick reply armin!
I see! But I am afraid its not solving my problem... When I turned autoplay off no videos are playing at all, not even when I am hovering them. That was functioning before
So I want still images, but when hovering them I want the video to play. I tried different codes by now but I end up with the same two results every time.
- still video, not playing at all
- hover video function works, but I have to hover the image once so it freezes once
Any further ideas?
I'm afraid I have to really start learning jQuery to solve stuff like this. In my head I know what could be the problem, but I can't express it properly with code by myself.
For example would it be possible to do a workaround by replacing the "play by click" function with the hover function?
-
HTML5 Play/Pause hover won't work correctly in Element GridHello,
I was trying to implement a code mentioned in another thread. This one:
<script> window.laytheme.on("newpageshown", function(){ jQuery('video').each(function(){ this.pause(); }); jQuery('video').on('mouseenter', function(){ this.play(); }); jQuery('video').on('mouseleave', function(){ this.pause(); }); }); </script>
It does function kinda properly pausing when I am not hovering them, but when I am entering the page the videos are all already playing. They should already been loading as paused right from the beginning and should only be playing when I am hovering them, right?
The elements I am using are in an element grid, could this be the problem?
Also I am using another code I found to create a onepager menu, but as I removed it the problem above stayed the same.I can't post the URL public, but I can send it via message if someones up to my problem. :-)
Thank you!