We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The library seems to not be working properly.
I get the following I tried to it with jQuery 3.6.0:
Below is a part of my HTML file
....
$(document).ready(function(e) {
$('img[usemap]').rwdImageMaps();
});
</body> </html>
The text was updated successfully, but these errors were encountered:
You have to set the height and width attributes for which you initially created the map. E.g. <img src="..." width="600" height="400">
<img src="..." width="600" height="400">
Sorry, something went wrong.
No branches or pull requests
The library seems to not be working properly.
I get the following I tried to it with jQuery 3.6.0:
Below is a part of my HTML file
....
$(document).ready(function(e) {
});
</script> <script src="js/jquery.rwdImageMaps.js"></script> <script src="js/jquery.rwdImageMaps.min.js"></script>The text was updated successfully, but these errors were encountered: