gremlinos
Forum Replies Created
-
Forum: Plugins
In reply to: [Meteor Slides] Modification of responsive featureit works but now i have problem with centering :/ I think best results would be when images are set as div background…
Forum: Plugins
In reply to: [Meteor Slides] Modification of responsive featureI dont have any site example. So if its a problem how can I easy turn off slider image scaling.
Forum: Plugins
In reply to: [Meteor Slides] Modification of responsive featureI have set of images with width set to 1920px. I need them to stay with the same dimensions. But when i resize my browser to 1366px width than i want to see responsive feature works. So my image stay with same, declared in plugin option, dimension until i resize my browser under 1366px. Than it should scale the slider (same as it works by default).
I use foundation 4 for my grid.
Regards
DominikForum: Plugins
In reply to: [Meteor Slides] Modification of responsive featureThanks for so fast answer but im not sure if i get it it. Could You give some example?
Regards
DominikForum: Plugins
In reply to: [Comprehensive Google Map Plugin] Double-click for zoom not workingI have a solution.
In cgmp.framework.min.js delete:google.maps.event.addListener(marker, 'click', function () { resetDirectionAddressFields(dirDivId); $(dirDivId).fadeOut(); directionsRenderer.setMap(null); targetDiv.html(""); targetDiv.hide(); $(dirDivId + ' button#print_sub').hide(); validateMarkerStreetViewExists(marker, localBubbleData, dirDivId); attachEventstoDirectionControls(marker, localBubbleData, dirDivId, targetDiv); infowindow.setContent(localBubbleData.bubbleContent); infowindow.setOptions({disableAutoPan: bubbleAutoPan == "true" ? false : true }); infowindow.open(googleMap, this); });
Forum: Plugins
In reply to: [Comprehensive Google Map Plugin] Double-click for zoom not workingStill no solution?