Skip to content

Instantly share code, notes, and snippets.

View sojack's full-sized avatar

Jack sojack

View GitHub Profile
@gokulkrishh
gokulkrishh / media-query.css
Last active July 16, 2024 10:52
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
/* CSS */
@milligramme
milligramme / gggoval.js
Created February 18, 2011 10:13
indesign, doscript,
// create document (hidden)
var doc_obj = app.documents.add(false);
// page length (= jpeg counts)
var p = 50;
// document setting
doc_obj.documentPreferences.pagesPerDocument = p;
doc_obj.documentPreferences.facingPages = false;