Skip to content

Instantly share code, notes, and snippets.

@csessig86
csessig86 / gist:be8ab601f7f88ce0c256
Last active September 30, 2015 21:21
Full-size embed
<div class="hide-600 center">
<h3>Gas prices: 1994-2015</h3>
<iframe frameborder="0" height="422" scrolling="no" src="https://docs.google.com/spreadsheets/d/1wTN5mIeRpR8RBGLaLFYkJ65xAIGR8whFHrVp3Lw0jj4/pubchart?oid=764506278&amp;format=interactive" width="655"></iframe>
<p class="embed-subhead">* Gas prices have been adjusted for inflation. To download the data, <a href="/apps/pbcsedit.dll/" target="_blank">click here</a></p>
</div>
@csessig86
csessig86 / gist:039505048b3964b597d7
Last active August 29, 2015 14:14
Reduce size of image
<script>$('#article-container #mediawell').css('max-width','400px');</script>
@csessig86
csessig86 / gist:a8df0aaba8e9f384e428
Last active November 29, 2016 17:30
Hide "More stories by author", follow us boxes
<script>$('.more-author-follow-us-box').addClass('display-none');</script>
<script>$('#mediawell').addClass('display-none');$('#mediawell-list').addClass('display-none');</script>
@csessig86
csessig86 / gist:0a149dbd065639fb9109
Created December 12, 2014 23:48
Inline photo part 4
<div id="extrapicture2" class="extrapicture_ind center-no-margin"></div>
@csessig86
csessig86 / gist:fcf9fab89bb710ed127c
Created December 12, 2014 23:47
Inline photo part 3
<div id="extrapicture2" class="extrapicture_ind left"></div>
@csessig86
csessig86 / gist:b3e66cb0310a76ff41d5
Created December 12, 2014 23:44
Inline photo part 2
<div id="extrapicture2" class="extrapicture_ind right"></div>
@csessig86
csessig86 / gist:d352fe20074b9da55f71
Last active August 29, 2015 14:11
Inline photos in stories
<div id="extrapicture1" class="extrapicture_ind right"></div>
@csessig86
csessig86 / gist:e4d18b7d6160dc9c76fd
Last active August 29, 2015 14:11
iFrame: Static image teasers on mobile
<h3 class="hide-desktop show-mobile">MAP: All shots fired incidents in 2014</h3>
<p class="hide-desktop show-mobile"><a href="http://gadev.cdr.dc.publicus.com/data/cr-shootings" target="_blank"><img src="http://gadev.cdr.dc.publicus.com/Includes/data/projects/cr-shootings/imgs/ss.jpg" alt="" width="90%" /></a></p>
<div class="hide-650">
<!-- Insert iFrame here
Example: <iframe src="http://www.thegazette.com/data/rural-health-care" frameborder="0" width="100%" height="700px"></iframe>
-->
</div>
<div class="iframe-open-window hide-desktop show-mobile"></div>
<div class="pullquote left">
<p class="quote">"This is the quote for the story. I hope that you find it really compelling and fun."</p>
<p class="attribution">- Frank Johnson</p>
<p class="detail">On being an awesome guy</p>
</div>