Hi,
I'm using Landsat, I only added images and videos and I've been editing everything quite easily. I needed to maintain the video proportions so I used this script in the project page
$(document).ready(function() { $("fullscreen_option").attr("data","noscale"); formatProject("init"); });
and, in order to disable it to other project pages, I added this other script
$("fullscreen_option").attr("data","fill");
ISSUES:
1) Everything seemed ok, but now all my website is with SCROLL BARS; I erased the scripts, wondering the had bugged out the website. How do I take the scroll bars out? Is there any line of code I'm missing here?
2) Still, how do I resize the videos?
3) When clicking on my thumbnails, why do they push the others to the right? It seems the padding is changing when the mouse is ".active".
I would really appreciate your assistance.
Thank you for the attention!
Best Regards,
I'm using Landsat, I only added images and videos and I've been editing everything quite easily. I needed to maintain the video proportions so I used this script in the project page
$(document).ready(function() { $("fullscreen_option").attr("data","noscale"); formatProject("init"); });
and, in order to disable it to other project pages, I added this other script
$("fullscreen_option").attr("data","fill");
ISSUES:
1) Everything seemed ok, but now all my website is with SCROLL BARS; I erased the scripts, wondering the had bugged out the website. How do I take the scroll bars out? Is there any line of code I'm missing here?
2) Still, how do I resize the videos?
3) When clicking on my thumbnails, why do they push the others to the right? It seems the padding is changing when the mouse is ".active".
I would really appreciate your assistance.
Thank you for the attention!
Best Regards,