I am using Jquery SVG plugin in my project. I want to resize my svg to different sizes I have written following code to load svg in smaller size
$('#svgbasics').svg({
loadURL: 'lion.svg', // External document to load
onLoad: null, // Callback once loaded
settings: {width: '100px'}, // Additional settings for SVG element
initPath: ''
})
but it always open image in 100% size, Anyone please help me how can i show SVG in different sizes