Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement on plain-Jane, non-framework, basic HTML/JS/CSS pages #67

Closed
cssyphus opened this issue Sep 22, 2023 · 2 comments
Closed

Implement on plain-Jane, non-framework, basic HTML/JS/CSS pages #67

cssyphus opened this issue Sep 22, 2023 · 2 comments

Comments

@cssyphus
Copy link

Please provide instructions and code for implementing BigPicture (and BiggerPicture) on plain-Jane, non-framework, no-libraries, simple, basic HTML/JavaScript/CSS page.

I was able to get BigPicture working by copying the minimized BigPicture.js source code (via DevTools) from your demo page and experimenting, but it would be nice to have the unminimized, non-NPM source, and also the implementation code example.

BigPicture is doing the job for me for this simple site, but I would like to try out BiggerPicture as well - however, I am hesitant to go through same again (not that it took all that much time to troubleshoot, but it would be nice to make it a plug-and-play experience)

@redtopia
Copy link

This is a plain-jane javascript library. The instructions for using it are on the home page of this repo. Download the latest build and follow the instructions in the documentation.

@henrygd
Copy link
Owner

henrygd commented Sep 22, 2023

To expand on what JP said, you can find both the minified and unminifed production builds in the dist folder of this repo, as well as on CDNs like jsDelivr. Same with bigger-picture. They are both vanilla javascript libraries.

The bigger-picture demo site has lots of vanilla js code examples and codesandboxes to play with, so setup can be mostly copy + paste. The readme goes into more detail.

If you run into trouble and have a specific question, let me know.

@henrygd henrygd closed this as completed Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants