blueswen / mkdocs-glightbox

A MkDocs plugin supports image lightbox (zoom effect) with GLightbox.
https://blueswen.github.io/mkdocs-glightbox/
MIT License
115 stars 14 forks source link

Error opening images. #13

Closed IvyMasterDiego closed 1 year ago

IvyMasterDiego commented 1 year ago

When I click on the images, they don't load me correctly, I thought it was where the link was being obtained from but when I open those links, they don't load correctly, could you help me or something, here I put a screenshot what this looks like:

imagen

blueswen commented 1 year ago

Could you provide your markdown code?

IvyMasterDiego commented 1 year ago

I would like to but it is a private project, for a company and it is confidential.

blueswen commented 1 year ago

How about a pseudo code? If all image on your docs does not load correctly, it may be related to the CSS in the mkdocs. Do you use another custom CSS to modify the image tag?

IvyMasterDiego commented 1 year ago

yes, this is the md:

# H1

image 

![https://df7vkoxzcj1vg.cloudfront.net/4157d490-56f8-11ed-91e3-000c297ff65d/6f98129d-9646-4f78-9cea-dfccff4907e4]

and here is the css:


  [data-md-color-scheme="slate"] {
    --md-primary-fg-color:        #0056b3;
    --md-primary-fg-color--light: #bbecb7;
    --md-primary-fg-color--dark:  #290390;
    --md-hue: 250; 
  }
IvyMasterDiego commented 1 year ago

Hello any updates?

blueswen commented 1 year ago

@IvyMasterDiego Sorry for the late reply. The bug has been fixed in the new version 0.3.2.