sachinchoolur / lightgallery.js

Full featured JavaScript image & video gallery. No dependencies
https://sachinchoolur.github.io/lightgallery.js/
Other
5.3k stars 596 forks source link

font-face block rendering... #96

Closed GitMax42 closed 3 years ago

GitMax42 commented 6 years ago

would it be possible to use SVG buttons, so no extra download files?

bramus commented 6 years ago

Safari on iOS is affected by this issue. None of the close/next/prev/thumbs buttons render properly.

Screenshot:

img_5086

englishextra commented 5 years ago

@bramus Usually this happens when the original source css has relative font face declaration like so ../fonts/some-font.woff, and you compile that source CSS into bundle.css which resides at some other path. So that way you lose the path to font.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. If the issue is still valid for version 2.x, please re-open. Apologize for not responding on time. Thank you for your contributions.