-
Notifications
You must be signed in to change notification settings - Fork 30
Responsive image with width = 100% #4
Comments
Hi fbengo |
The specified width and height must match the native size of the image. .mapify-imgHolder .mapify { |
@etienne-martin |
Hello, It does support scaled images. Let's take for example this code:
I've set the exact size of the image that I am using for the image map. (Right click the image, get the width and the height and write them down in the If you look closely you can see that I added the The
If you use Bootstrap you could use Hope it helps. :) |
Thanks for the tip @SporeDev. Note that in order to be valid html, you must omit the |
Hi,
I have a responsive image with width = 100% inside a Bootstrap column and I don't know how to get this plugin working, because as long as I understand, it requires a fixed width and height. How can I solve this problem? The image width should be dependent on the column width.
My code:
The text was updated successfully, but these errors were encountered: