How to manage to display nothing instead of a bad display of the slides in the case fotorama CDN is down?
To avoid unexpected display and loading issues as well, the slides could be display:none and only enabled with fotorama when it's ready to be displayed.
Is there a reason not to start with display:none state for each slide?
How to manage to display nothing instead of a bad display of the slides in the case fotorama CDN is down?
To avoid unexpected display and loading issues as well, the slides could be
display:none
and only enabled with fotorama when it's ready to be displayed.Is there a reason not to start with
display:none
state for each slide?