Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add carousel header options #399

Closed
gcushen opened this issue Dec 2, 2017 · 2 comments
Closed

Add carousel header options #399

gcushen opened this issue Dec 2, 2017 · 2 comments

Comments

@gcushen
Copy link
Collaborator

gcushen commented Dec 2, 2017

Use Slick (http://kenwheeler.github.io/slick/ ) or Bootstrap for the carousel functionality.

@gcushen gcushen added this to the v2.1 milestone Dec 3, 2017
timn added a commit to timn/hugo-academic that referenced this issue Dec 11, 2017
Enable to show multiple images in the header image of a page. The
implementation uses Bootstrap, which is already included. The images,
captions, additional indicator CSS class for styling, and interval
time are configurable. Example YAML style in document header:
---
header:
  carousel:
    interval: 5000
    indicator_cssclass: carousel-indicators-botleft
    items:
    - image: header_image_1.jpg
      caption: "Caption 1"
    - image: header_image_2.jpg
      caption: "Caption 2"
---
@gcushen gcushen modified the milestones: v2.1, v2.2 Dec 16, 2017
@gcushen gcushen mentioned this issue Jan 5, 2018
timn added a commit to timn/hugo-academic that referenced this issue Jan 17, 2018
Enable to show multiple images in the header image of a page. The
implementation uses Bootstrap, which is already included. The images,
captions, additional indicator CSS class for styling, and interval
time are configurable. Example YAML style in document header:
---
header:
  carousel:
    interval: 5000
    indicator_cssclass: carousel-indicators-botleft
    items:
    - image: header_image_1.jpg
      caption: "Caption 1"
    - image: header_image_2.jpg
      caption: "Caption 2"
---
@gcushen gcushen modified the milestones: v2.2, v2.3 Feb 27, 2018
timn added a commit to timn/hugo-academic that referenced this issue May 25, 2018
Enable to show multiple images in the header image of a page. The
implementation uses Bootstrap, which is already included. The images,
captions, additional indicator CSS class for styling, and interval
time are configurable. Example YAML style in document header:
---
header:
  carousel:
    interval: 5000
    indicator_cssclass: carousel-indicators-botleft
    items:
    - image: header_image_1.jpg
      caption: "Caption 1"
    - image: header_image_2.jpg
      caption: "Caption 2"
---
@fabrizziosoares
Copy link

That would be great on projects and papers sections.

@gcushen gcushen modified the milestones: v2.4, v2.5 Aug 9, 2018
@gcushen gcushen changed the title Add carousel widget/shortcode Add carousel header options Aug 18, 2018
@gcushen gcushen modified the milestones: v2.5, x Aug 18, 2018
@fabrizziosoares
Copy link

That would be great for projects and people section!

timn added a commit to timn/hugo-academic that referenced this issue Sep 7, 2018
Enable to show multiple images in the header image of a page. The
implementation uses Bootstrap, which is already included. The images,
captions, additional indicator CSS class for styling, and interval
time are configurable. Example YAML style in document header:
---
header:
  carousel:
    interval: 5000
    indicator_cssclass: carousel-indicators-botleft
    items:
    - image: header_image_1.jpg
      caption: "Caption 1"
    - image: header_image_2.jpg
      caption: "Caption 2"
---
@gcushen gcushen removed this from the x milestone Oct 20, 2018
@gcushen gcushen closed this as completed Oct 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants