# photonic/3.37/include/js/front-end/src/Lightboxes/Thickbox.js

Photonic Gallery &amp; Lightbox for Flickr, SmugMug &amp; Others, version 3.37. 8 lines.

- Page: https://pluginprobe.com/plugins/photonic/3.37/code/include/js/front-end/src/Lightboxes/Thickbox.js
- Raw: https://pluginprobe.com/plugins/photonic/3.37/raw/include/js/front-end/src/Lightboxes/Thickbox.js
- Modified: 2020-12-14T22:09:30+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/photonic/3.37/code/include/js/front-end/src/Lightboxes/Thickbox.js#L10-L20`.

```javascript
import {Lightbox} from "./Lightbox";

export class PhotonicThickbox extends Lightbox {
	constructor($) {
		super();
		this.$ = $;
	}
}
```
