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

Effects and custom config parameters not working #46

Open
charlstown opened this issue Jul 15, 2024 · 0 comments
Open

Effects and custom config parameters not working #46

charlstown opened this issue Jul 15, 2024 · 0 comments

Comments

@charlstown
Copy link

Hello there

Sorry I’m not able to make the configuration parameters work, neither the effect on hover is working. Did I do something wrong? The plugin is working perfectly but nothing changes with or without the config parameters. I tried to change the effect in theplugins/glighbox section but on hover there is no effect, I tried to modify the slide_effect too but same result.

# Extensions
markdown_extensions:
  - abbr
  - admonition            # Block elements
  - pymdownx.details      # Collapsible call-outs
  - pymdownx.superfences  # Nested elements
  - pymdownx.mark         # Hihlighting text
  - attr_list             # To add buttons
  - md_in_html            # To add html in markdown (centred images)
  - pymdownx.emoji:
      emoji_index: !!python/name:material.extensions.emoji.twemoji
      emoji_generator: !!python/name:material.extensions.emoji.to_svg

# Plugins
plugins:
  - search
  - markdownextradata
  - awesome-pages
  - glightbox:
      touchNavigation: true
      loop: true
      effect: zoom
      slide_effect: fade
      width: 100%
      height: auto
      zoomable: false
      draggable: true
      auto_caption: false
      caption_position: bottom
      background: white
      shadow: true
      manual: false

# css
extra_css:
  - assets/stylesheets/extra.css

# javascript
extra_javascript:
  - assets/javascripts/extra.
 

Thanks for the awesome gallery!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant