Re: [web2py] gmaps: ugly rendering

2013-04-12 Thread Jes M
Thank you very much Pedro. That works! I put it in the view, right after {{extend 'layout.html'}} and it works too. Gracias otra vez, saludos Jes El viernes, 12 de abril de 2013 15:19:21 UTC+2, Ricardo Pedroso escribió: > > Hi hit this issue also and I fixed with: > > > .gmnoprint img {max

Re: [web2py] gmaps: ugly rendering

2013-04-12 Thread Ricardo Pedroso
Hi hit this issue also and I fixed with: .gmnoprint img {max-width: inherit;} in the end of the Ricardo On Fri, Apr 12, 2013 at 11:47 AM, Jes M wrote: > Hi all: > > I'm testing gmaps.js with the same code Omi published here: > > http://ochiba77.blogspot.com.es/2012/06/how-to-use-gmapsjs-on