damongolding
-
Fixing navigation to top on vertical, but keeping centred on horizontal
@ToxicFire true, but as the site stands at the moment its fixed width and not responsive. If tracybags wants it to be responsive, well, thats a different kettle of fish.
-
Media Queries—best practice for retina when mobile first
If I understand what you are saying correctly you have styles for desktop in your media query, correct? if thats the case it should be the other way around. Desktop styles out side of the media query and mobile inside: @media only screen and (max-…
-
Fixing navigation to top on vertical, but keeping centred on horizontal
This is a fix for your nav bar: #navbar{ width:1000px; position: fixed; left: 50%; margin-left: -500px; top: 0px; background-color: black; z-index:100; } This works because I am telling the browser to move the div to t…
-
Less.js
I love LESS and use it on all my projects. I use phpless to compile my less files, that or cokekit. I use it for its nesting, mixins and math capabilities.
-
Fancybox
I see you have fancybox binded to #zoom but you dont have a element with the id zoom, not in the published version anyway. You do have the ID in the code you linked to, odd. Could Tumblr be ripping it out? you could try targeting it a different way…
-
Fancybox
When you say zoomed image, do you mean a lightbox with a larger image or something like this: http://www.jacklmoore.com/zoom ?