Skip to content

Instantly share code, notes, and snippets.

@muracms
Created December 16, 2013 20:07
Show Gist options
  • Select an option

  • Save muracms/7993486 to your computer and use it in GitHub Desktop.

Select an option

Save muracms/7993486 to your computer and use it in GitHub Desktop.
item.getTitle()
item.getImageURL(width=1280, height=500)
item.getSummary()
item.getURL()
/{SiteID}/includes/themes/MuraBootstrap/templates/home.cfm
<!---
#$.dspCarouselByFeedName(
feedName='Slideshow'
, showCaption=true
, cssID='myCarousel'
, size='carouselimage'
, interval=5000
, autoStart=true
)#
--->
<script>jQuery(document).ready(function($){$('###cssID#').carousel({interval:2000});});</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment