mirror of
				https://git.sr.ht/~tsileo/microblog.pub
				synced 2025-06-05 21:59:23 +02:00 
			
		
		
		
	Allow to click on picture to see the original one
This commit is contained in:
		| @@ -413,7 +413,9 @@ | |||||||
|  |  | ||||||
|     {% if attachment.type == "Image" or (attachment | has_media_type("image")) %} |     {% if attachment.type == "Image" or (attachment | has_media_type("image")) %} | ||||||
|         {% if attachment.url not in object.inlined_images %} |         {% if attachment.url not in object.inlined_images %} | ||||||
|  |         <a class="media-link" href="{{ attachment.proxied_url }}" target="_blank"> | ||||||
|             <img src="{{ attachment.resized_url or attachment.proxied_url }}"{% if attachment.name %} title="{{ attachment.name }}" alt="{{ attachment.name }}"{% endif %} class="attachment"> |             <img src="{{ attachment.resized_url or attachment.proxied_url }}"{% if attachment.name %} title="{{ attachment.name }}" alt="{{ attachment.name }}"{% endif %} class="attachment"> | ||||||
|  |         </a> | ||||||
|         {% endif %} |         {% endif %} | ||||||
|     {% elif attachment.type == "Video" or (attachment | has_media_type("video")) %} |     {% elif attachment.type == "Video" or (attachment | has_media_type("video")) %} | ||||||
|     <video controls preload="metadata"  src="{{ attachment.url | media_proxy_url }}"{% if attachment.name %} title="{{ attachment.name }}"{% endif %}></video> |     <video controls preload="metadata"  src="{{ attachment.url | media_proxy_url }}"{% if attachment.name %} title="{{ attachment.name }}"{% endif %}></video> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user