Skip to content

Instantly share code, notes, and snippets.

View gbechtold's full-sized avatar

Guntram Bechtold gbechtold

View GitHub Profile
/* This is an Example for a gallery-item in Elementor Custom CSS with Media Queries for different Elements */
/* Small devices (mobile/tablets, 767px and below) */
@media only screen and (max-width: 766px) {
selector .gallery-item img {
object-fit: cover;
height: 18.5em
}
}
[cs_section id="" class=" center-text " style="margin: 0px; padding: 65px 0px 0px; " visibility="" bg_color="hsl(0, 2%, 91%)" parallax="false"][cs_row id="" class=" " style="margin: 0px auto 35px; padding: 0px; " visibility="" inner_container="true" marginless_columns="false" bg_color="" marginlesscolumns=""][cs_column id="" class="" style="padding: 0px; " bg_color="" fade="false" fade_animation="in" fade_animation_offset="45px" fade_duration="750" type="1/1"][x_custom_headline level="h4" looks_like="h4" accent="false" class="resp-h man" style="color: #fff;"]Technologie die verbindet[/x_custom_headline][x_gap size="30px"][x_button size="large" block="false" circle="false" icon_only="false" href="#" title="Über Texible" target="" info="none" info_place="top" info_trigger="hover" info_content=""]Mehr erfahren[/x_button][/cs_column][/cs_row][cs_row id="" class=" " style="margin: 0px auto; padding: 0px 5%; " visibility="" inner_container="true" marginless_columns="false" bg_color="" marginlesscolumns=""][cs_colum
{"member":{"id":"EmqjYe8MOfpt2uys","create_date":"2016-03-29 17:38:59","update_date":"0000-00-00 00:00:00","username":"theusersname","password":"5f4dcc3b5aa765d61d8327deb882cf99","comment":"","access_tags":[{"id":"GBcgeqiWp4F3Rskn","name":"MyAccessGroup","default":true}],"kiosks":[]},"state":"success","status_code":200,"completed_in":"0.0347"}
$ curl -X POST -H "X-ACCESS-TOKEN: a00df46cc939f987273717d6190ba527" -d "username=theusersname" -d "password=5f4dcc3b5aa765d61d8327deb882cf99" -d "access_tags=GBcgeqiWp4F3Rskn" "http://api.yumpu.com/2.0/account/member.json"
{"document":[{"id":"55357859","create_date":"2016-03-29 17:22:48","update_date":"2016-03-29 17:24:48","url":"http:\/\/www.yumpu.com\/de\/document\/view\/55357859\/my-new-document-title","short_url":"http:\/\/www.yumpu.com\/s\/WMuX3TKfbrvSQLmq","image":{"small":"http:\/\/img.yumpu.com\/55357859\/1\/115x163\/my-document-title.jpg","medium":"http:\/\/img.yumpu.com\/55357859\/1\/452x640\/my-document-title.jpg","big":"http:\/\/img.yumpu.com\/55357859\/1\/1129x1600\/my-document-title.jpg"},"language":"de","title":"My new document title","description":"","pages":"2","width":"452","height":"640","tags":["apco","bonn","berlin","kommunikationsberatungen","pressesprecher","worldwide","jahrbuch","unternehmen","decade","holmes","www.ctoop.com"],"embed_code":"<iframe width=\"512px\" height=\"384px\" src=\"https:\/\/www.yumpu.com\/de\/embed\/view\/DB8NRbuXmosS52pU\" frameborder=\"0\" allowfullscreen=\"true\" allowtransparency=\"true\"><\/iframe>","settings":{"date_validity_from":"","date_validity_until":"","site
$ curl -X PUT -H "X-ACCESS-TOKEN: a00df46cc939f987273717d6190ba527" -d "id=55357859" "http://api.yumpu.com/2.0/document.json"
{"access_tag":{"id":"GBcgeqiWp4F3Rskn","create_date":"2016-03-29 17:17:38","update_date":"0000-00-00 00:00:00","name":"MyAccessGroup","description":"MyAccessGroup","default":true,"iap":true,"kiosks":[{"id":"1058","type":"webkiosk"}]},"state":"success","status_code":200,"completed_in":"0.0332"}
$ curl -X POST -H "X-ACCESS-TOKEN: a00df46cc939f987273717d6190ba527" -d "name=MyAccessGroup" -d "description=MyAccessGroup" -d "default=y" -d "iap=y" -d "kiosks=webkiosk_1058" "http://api.yumpu.com/2.0/account/access_tag.json"
{"file":{"client_name":"filename.pdf","server_name":"6b1cdda8fadc7d0e805134edcbd81c1956fa92a7354de0.17868199.pdf","size":"1.1 MB","mime_type":"application\/pdf","sha1_checksum":"f3b0fbaf2712764f8f9702a7805512d74718b09d","md5_checksum":"10db30937821314ed78c0d6e0300678d"},"document":{"title":"My document title"},"progress_id":"0cfa9-4802f-40cf3-8927b-450f4-8946f-1af66-34ca7","state":"success","completed_in":"0.1149"}
$ curl -X POST -H "X-ACCESS-TOKEN: a00df46cc939f987273717d6190ba527" -H "Content-Type: multipart/form-data" -F "[email protected]" -F "title=My document title" "http://api.yumpu.com/2.0/document/file.json"