Answer the question
In order to leave comments, you need to log in
Yandex map outside the container?
Hello everyone, I want to make the map the full width of the page, bootstrap automatically writes its markup: container, row, span12... How to position the map (script) at 100% of the page width?
Answer the question
In order to leave comments, you need to log in
What's wrong with bootstrap? You can use container-fluid and row-fluid.
Or css:
div {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question