What webhosting software would you recommend for displaying panoramic images ? I want something compatible with iPads and iPhones that would ideally “force” the user to rotate their device into landscape mode. I used to be a programmer and my current website was “custom” made with php but I would rather use a customizable package - maybe even wordpress with a template for creating galleries. What are my options ?
thanks
Why do anything yourself. You can use subscription services like Zenfolio (what I use) or Smugmug that will do all that for you. I pay $30/year for 32GB which is more than enough for me.
Forcing users to rotate their device is not good practice. If you want your site to look good on a variety of devices it needs to be responsive.
I am very far from being a computer wiz. I used RapidWeaver to make my two sites. They have a bunch of templates. I kept it as simple as I could. My host is FatCow. One of these days I will update my sites. Hopefully I will remember how to do it.
http://www.jeffreyglasser.com/
http://www.sculptureandphotography.com/
Nice. So for jQuery I would have to use a framework like Bootstrap right ?If I go with Koken it seems I'm locked into their templates and layouts. Are there other frameworks like Bootstrap but that offer some of the CMS features of Koken or WP but that also allow you to write custom code ?You can alert the user with Javascript/JQuery to use landscape mode.
if( window.innerHeight > window.innerWidth ){
alert("Please use Landscape!");
}
It's not as simple as it was before the need for responsive websites. My own website desperately needs updating and I've started to learn Bootstrap 4, I looked at Joomla and Wordpress but decided against using either.
My mistake was to think just use and adapt a template rather than actually just creating my own components which is actually much easier. So I'm now in full swing re-writing my website the harder part is re-digitising all the images.
@vedostuu there are some standardss used by many programs or web building sites and Bootstrap is one of them. This Forum software uses Bootstrap, essentially each page is based on columns and rows which can re-order and resize to suit the screen size and also orientation. Google have an alternative to Bootstrap
Actually it's not a big job it's remarkably easy, the main issue is deciding what program or online site builder to use, and cost plus ease of use comes into it as well.
Ian
The software Piwigo might be of interest? It is open source and based on php. It is quite easy to configure with basic programming knowledge (basics configs can be made without any programming skills)
https://piwigo.org/
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?