Forums

How can I add multiple images efficiently?

Just to clarify -- are you asking about how to use HTML to lay them out correctly on the page? Or is this about where they're stored in the filesystem?

You should make sure that a single-colomn layout is used on small screens. This can easily be done in Bootstrap: https://getbootstrap.com/docs/4.1/layout/grid/

You should also use PythonAnywhere's static file service to serve your images, since it's faster than doing that through the framework you use: https://help.pythonanywhere.com/pages/StaticFiles

yea bootstrap will be helpful for it, i'm using bootstap on my site. vidmate.app