You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assume the max height of pictures was fixed as requested in bug #1 Then it should be fixed for a certain window size of the browser (making it responsive)
Especially the java script could get an API to automatically request thumbnails from the server once the window is resized in a way that new pictuers should be available.
assume the max height of pictures was fixed as requested in bug #1 Then it should be fixed for a certain window size of the browser (making it responsive)
Especially the java script could get an API to automatically request thumbnails from the server once the window is resized in a way that new pictuers should be available.
This would align very well with the api of our image application server : https://github.com/renepickhardt/metalcon/wiki/componentImageApplicationServer
Additionally the gallery in the html would not need the thumbnail tags since they could be generated automatically.
so you could code the gallery with:
`
or even just with an API call to an image server if some standard format for requesting galleries was applied / defined.
The text was updated successfully, but these errors were encountered: