
Pretty cool effect, and addition to your web design project(s) that involve photography/images…
Source: Codrops
Pretty cool effect, and addition to your web design project(s) that involve photography/images…
Source: Codrops
I had a small project that asked for a URL and a pixel-image to be tracked. Another requirement was to replace a certain string in it with a timestamp of some sort.
<script type="text/javascript">
$(document).ready(function() {
someFunction();
…
});
</script>