Trianglify.Settings.js

// Multiple DIVs as a true background-image function addTriangleTo(target) { var dimensions = target.getClientRects()[0]; var pattern = Trianglify({ width: dimensions.width, height: dimensions.height }); target.style['background-image'] = 'url(' + pattern.png() + ')'; } addTriangleTo(document.getElementById('something')); addTriangleTo(document.getElementById('other'));
JS: Trianglify Settings

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.