metafizzy / metafizzy/flickity-fullscreen
Flickity.create is Undefined
- Dominant language
- HTML
- Stars
- 49
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
```
.carousel-cell {
display: block;
}
/* .is-fullscreen added to carousel when fullscreen
size cells to full height when fullscreen */
.carousel.is-fullscreen .carousel-cell {
height: 100%;
}
{{ range .Pages }}
{{.Title}}
{{.Date.Format "2006-01-02"}}
{{ $image := (.Page.Resources.ByType "image") }}
{{ with $image }}
{{ range . }}
{{ end }}
{{ end }}
```

Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the example using the jQuery, Flickity, and flickity-fullscreen CDN scripts shown in the issue, then inspect the browser console and the plugin entry points for the undefined Flickity.create error. Done means the supplied carousel initializes and fullscreen behavior works without that error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html, javascript, jquery
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100