When navigating between values on unselected axes, the page layout will suddenly change (unless all images to be displayed are already loaded). This messes with the viewport position.
This would be avoided if the img elements in the grid had width and height attributes for the content they're going to display.
Maybe this requires adding the size of each image to the raw data.
When navigating between values on unselected axes, the page layout will suddenly change (unless all images to be displayed are already loaded). This messes with the viewport position.
This would be avoided if the
imgelements in the grid hadwidthandheightattributes for the content they're going to display.Maybe this requires adding the size of each image to the raw data.