- Posts: 17
- Thank you received: 0
Map Coordinates being Altered when sizing.
- brookh
- Topic Author
- Offline
- New Member
Less
More
11 years 4 months ago #2585
by brookh
Map Coordinates being Altered when sizing. was created by brookh
I am having an issue with the coordinates on the google map. It works in both full size and mobile sizes, but the mid point sizes the coordinates are thrown completely off. I am not sure what is causing this. I will insert screen shots to give you an idea of what is happening.
Please Log in or Create an account to join the conversation.
- brookh
- Topic Author
- Offline
- New Member
Less
More
- Posts: 17
- Thank you received: 0
11 years 4 months ago #2586
by brookh
Replied by brookh on topic Map Coordinates being Altered when sizing.
I found the issue.
The x-tablet view had the following statement that directly effected the google maps coordinates placement:
@media (min-width: 768px) and (max-width: 1200px) {
canvas {
height: 140px !important;
width: 140px !important;
}
Once I commented it out the coordinates worked as expected.
The x-tablet view had the following statement that directly effected the google maps coordinates placement:
@media (min-width: 768px) and (max-width: 1200px) {
canvas {
height: 140px !important;
width: 140px !important;
}
Once I commented it out the coordinates worked as expected.
Please Log in or Create an account to join the conversation.
Time to create page: 0.197 seconds