-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assuming integer values for width/height #53
Comments
I had the same issue and downgraded easy_maps in order to keep maps ok in the responsive template |
Unfortunately, the project doesn't seem to be actively maintained. On 4 July 2016 at 15:33, Alexei Martchenko [email protected] wrote:
|
@tombakas not sure if this need, all you need is to override / extend default |
@alexeiramone see comment above, let me know if this helps or not |
* release/0.9.3: (34 commits) bump version number fixed broken tests fixed broken ``example`` project added responsive map as example, ref #53 better ``TemplateSyntaxError`` exception handling added missing tests requirements make sure test suite is working... Add Google Maps API key configuration Fix Google Maps API warning: SensorNotRequired add django 1.9 fix typos in readme pep8 cleanup improved test suite Update .travis.yml Update .landscape.yaml Update README.rst Update README.rst Update README.rst Update manage.py fix backward compatibility with python 2 ...
@tombakas @alexeiramone feel free to reopen if it's still an issue |
for some reason it's not working #53 (comment) |
@aoulaa how it does not working? can you check updated responsive.html template |
This prevents the users from entering percentages as values. Code from easy_maps/templatetags/easy_maps_tags.py:
I'd suggest turning these into Argument instances and adjusting the code in the html template accordingly.
The text was updated successfully, but these errors were encountered: