Skip to content

Instantly share code, notes, and snippets.

/* Change all src urls loaded from external urls
* to dataUrls stored on the local storage.
*/
var changeAllSrcToDataUrl = function() {
// Get all images on page or element to render
$("img").each(function() {
var image = this;
// If it last image, proceed to canvas rendering
var isLast = this === $("img")[$("img").length - 1] || false;
@ttola
ttola / media-query.css
Created August 17, 2019 13:18 — forked from gokulkrishh/media-query.css
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
//CSS