Skip to content

Instantly share code, notes, and snippets.

View pga61's full-sized avatar

Philippe pga61

View GitHub Profile
@pga61
pga61 / main.dart
Created May 29, 2022 12:24 — forked from liyuqian/main.dart
TightClipper to avoid some AA artifacts
import 'package:flutter/material.dart';
void main() {
runApp(IssueDemoApp());
}
class IssueDemoApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
@pga61
pga61 / index.html
Created December 31, 2021 17:11
lightgallery group of images
<div class="gallery" id="gallery-1">
<img src="https://images.unsplash.com/photo-1542103749-8ef59b94f47e?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=240&q=80" />
<p>Group 1</p>
</div>
<div class="gallery" id="gallery-2">
<img src="https://images.unsplash.com/photo-1591634616938-1dfa7ee2e617?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=240&q=80" />
<p>Group 2</p>
</div>