Matthias Gmeiner

Results 11 issues of Matthias Gmeiner

Would be nice if i can export the map (Viewport), after styling, as a image (vector). Best would as SVG, PDF or ESP File. Is there any way to include...

feature
design
mentioned in the 1st survey

### Expected behaviour Printing same as on desktop device. ### Observed behaviour I test it on android chrome. And it would print the whole page. ### Steps to reproduce the...

bug
Android

Is it possible to start the animation with a click event? For example if i click on a div with the class="startbutton" Like in this example: ``` $( ".startbutton" ).click(function()...

question

Is there any settings i can set, that the map focus / center on the marker. If customer only add address and don't change the map view (preview). Map don't...

Is there any way to support retina image in lightbox? If Normal: ``` $("#gallery").click(function(e){ e.preventDefault(); $.swipebox([ {href:'big/image1.jpg', title:'My Caption'}, {href:'big/image2.jpg', title:'My Second Caption'} ]); }); ``` If Retina: ``` $("#gallery").click(function(e){...

**Describe the bug** When i add styles to the I can set up a height but width auto don't work in combination. ``` ``` **Expected behavior** height: 80px width: auto...

bug

Can be closed found solution here -> https://github.com/joshuagatcke/HTML-KickStart/issues/39

Is it possible to set the targetheight new after resize of the window? I try this. ``` // All images need to be loaded for this plugin to work so...

Is it possible to only set padding to all element's except the last element in the row? Like ` - padding - padding - no padding ` And if the...

Its seems like that the height change after a second after all content is loaded. In my test example is the content element (js-tabs-height) height 124 px; And after everything...