Skip to content

Commit d7a4be2

Browse files
committed
Changed over from jpg/png to webp
Besides the ESN brain PNG, I want that to stay full quality
1 parent f11c4fa commit d7a4be2

File tree

65 files changed

+32
-75
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+32
-75
lines changed

docs/js/pxlPages/ProcPageManager.js

Lines changed: 1 addition & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -277,11 +277,6 @@ export class ProcPageManager {
277277
//this.runHidePages();
278278
this.activateNavButton( this.curPageName );
279279

280-
// Let the dom settle for a step
281-
setTimeout( ()=>{
282-
this.checkNavBarSize();
283-
});
284-
285280
}
286281

287282
// -- -- --
@@ -691,46 +686,8 @@ export class ProcPageManager {
691686
}
692687

693688

694-
onResize(){
695-
//this.checkNavBarSize();
696-
}
689+
onResize(){}
697690

698-
// TODO : So, my dingus of a butt has realized how much access `calc()` in css now has.
699-
// One of those things that grew in functionality while I didn't pay attention.
700-
// MUCH of this can be handled in purely css now, no javascript needed.
701-
checkNavBarSize(){
702-
let sw=window.innerWidth;
703-
let sh=window.innerHeight;
704-
705-
let buttonWidthAgr = 0;
706-
this.navBarLinks.forEach( (navLink)=>{
707-
let btnWidth = navLink.offsetWidth;
708-
buttonWidthAgr += btnWidth;
709-
});
710-
buttonWidthAgr += this.toggleDomEvents["ToggleDOM"]["on"].offsetWidth;
711-
712-
let navBarWidth = this.navBar.offsetWidth * 0.9;
713-
let navBarThreshold = this.navBar.offsetWidth * 0.6;
714-
if( this.resObjsVis && buttonWidthAgr > navBarWidth ){
715-
this.resObjsVis = false;
716-
this.resBasedObjs.forEach( (obj)=>{
717-
obj.style.display = "none";
718-
});
719-
}else if( !this.resObjsVis && buttonWidthAgr < navBarThreshold ){
720-
this.resObjsVis = true;
721-
this.resBasedObjs.forEach( (obj)=>{
722-
obj.style.display = "contents";
723-
});
724-
}
725-
726-
// Adjust menu padding on thin screens
727-
let targetWidth = 60;
728-
if( sw < 1000 ){
729-
let sidePadding = 1.0-Math.max(0.0, (sw * 0.001)*2.0-1.0);
730-
targetWidth += sidePadding * 40;
731-
}
732-
this.navBar.style.width = targetWidth + "vw";
733-
}
734691

735692
prepFader( obj ){
736693
if( typeof(obj)=="string" ){

docs/pages/aboutMe/filmWork.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const pageListingData = {
44
'media' : [
55
{
66
'type' : 'youtube',
7-
'src' : 'er4E9K_4jpU',
7+
'src' : 'er4E9K_4jpU?si=6ykA_hIPyMZZqfbM',
88
'alt' : 'Blue Sky Studios film reel',
99
'style' : ['procPagesMediaStyle', 'procPagesLimitWidthStyle']
1010
}
-121 KB
Binary file not shown.
132 KB
-247 KB
Binary file not shown.
81.1 KB
-206 KB
Binary file not shown.
-309 KB
Binary file not shown.
98 KB
-199 KB
Binary file not shown.

0 commit comments

Comments
 (0)