feat: Ensure using local photoswipe
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
			
		||||
import PhotoSwipeLightbox from 'https://unpkg.com/photoswipe/dist/photoswipe-lightbox.esm.js';
 | 
			
		||||
import PhotoSwipeLightbox from './photoswipe-lightbox.esm.js';
 | 
			
		||||
 | 
			
		||||
const lightbox = new PhotoSwipeLightbox({
 | 
			
		||||
  gallery: '.gallery',
 | 
			
		||||
 
 | 
			
		||||
@@ -12,7 +12,7 @@
 | 
			
		||||
    <!-- Add additional CSS in static file -->
 | 
			
		||||
    <link rel="stylesheet" href="{% static 'fellchensammlung/css/bulma-styles.css' %}">
 | 
			
		||||
    <link rel="stylesheet" href="{% static 'fellchensammlung/css/main.css' %}">
 | 
			
		||||
    <link rel="stylesheet" href="https://unpkg.com/photoswipe@5.2.2/dist/photoswipe.css">
 | 
			
		||||
    <link rel="stylesheet" href="{% static 'fellchensammlung/css/photoswipe.css' %}">
 | 
			
		||||
    <link href="{% static 'fontawesomefree/css/fontawesome.css' %}" rel="stylesheet" type="text/css">
 | 
			
		||||
    <link href="{% static 'fontawesomefree/css/brands.css' %}" rel="stylesheet" type="text/css">
 | 
			
		||||
    <link href="{% static 'fontawesomefree/css/solid.css' %}" rel="stylesheet" type="text/css">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user