markkanen89 / dnd-mapper

A small html and javascript app used for creating maps with grids
0 stars 0 forks source link

Image placement and size don't change when rotated to side #3

Open MarkusVidefors opened 4 years ago

MarkusVidefors commented 4 years ago

Image will keep the same height and width properties causing it to be incorrectly placed when rotated to the side rotationbug

MarkusVidefors commented 4 years ago

size can be fixed by setting #map-image {max-width: 100vh; height: 100vw;}