metafizzy / metafizzy/flickity-fullscreen

Shopify implementation of Flickity Fullscreen?

Open
#41 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
49
Forks
16
PR merge metrics
No merged PRs in 30d

Description

Hi guys,

having this code in the Shopify custom liquid section for Flickity slider does not allow fullscreen display of individual images in the slider. Is there anything I'm doing wrong? I know I have to attach fullscreen libraries separately, but I did that and it still doesn't work.

```
{{ "flickity.css" | asset_url | stylesheet_tag }}
{{ "fullscreen.css" | asset_url | stylesheet_tag }}
{{ "mc-custom-slider.css" | asset_url | stylesheet_tag }}
{{ "animate.min.css" | asset_url | stylesheet_tag }}

{{ 'jquery-3.6.1.js' | asset_url | script_tag }}
{{ 'flickity.pkgd.js' | asset_url | script_tag }}
{{ 'fullscreen.js' | asset_url | script_tag }}

{% schema %}
{
"name": "Flickity Slideshow",
"settings": [

],
"blocks" : [
{
"type" : "column",
"name" : "slide",
"settings" : [
{
"type": "image_picker",
"id" : "desktopImage",
"label" : "Desktop Image"
}
]
}
],
"presets": [
{
"name": "Flickity Slider"
}
]
}
{% endschema %}

```

Thank you!

Contributor guide

No contributing guide indexed for this repository

Research direction

Reproduce the Shopify custom Liquid section using the referenced flickity.css, fullscreen.css, flickity.pkgd.js, and fullscreen.js assets. Check that the data-flickity configuration and script inclusion are applied to the carousel, and confirm that selecting an individual image opens fullscreen; the issue does not identify a failing test or a specific project file.

Written by the indexing model from the issue text.

Assessment

Tech stack
html, javascript, jquery
Domain
frontend, web-dev
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.