HTML Image Mapping / Image Maps [ Coordinates, Area ]

  Рет қаралды 61,714

ShuDoCode

ShuDoCode

Күн бұрын

Пікірлер: 122
@shudocode
@shudocode Жыл бұрын
Get Image Co-Ordinates [Updated Link] www.programminghead.com/Projects/find-coordinates-of-image-online.html 🎓 Need a Personal Tutor? 💻Learn any Programming language from Scratch. ↩Reply and GET a 🆓FREE DEMO session!
@cireeric
@cireeric Жыл бұрын
I’m not a coder or in IT, I just needed this information to do something quickly. You made this so simple and easy ton understand! Thank you!!!
@shudocode
@shudocode Жыл бұрын
I always try to make all my tutorials simple and easy to understand. Thanks for sharing your experience and also thanks for watching.
@aymenmaiza6167
@aymenmaiza6167 Жыл бұрын
my man !!!!!!!!!!! it was great ,helpful,simple to understand really like it
@shudocode
@shudocode Жыл бұрын
Thanks for watching
@DarkSkilly
@DarkSkilly Жыл бұрын
Circle: Draw a line from the right edge to the center of the circle. Let's say right edge is x coord is 290. Center X coord is 180. Do 290-180 = 110 to get the Radius. Perfect, we have radius, now what? Select x,y coordinate from center. example coords: 180, 180, 110 Polygon: Pretend you are doing a line clock-wise. Let's do a triangle. I choose one point of x,y on top, then I choose next point of x,y on bottom right, then I choose next point of x,y on bottom left. It would look like 535, 65, 403, 290, 666, 290 Rectangle: Start on top left for x,y and end on bottom right x y for example coords 785, 66, 1010, 290
@shudocode
@shudocode Жыл бұрын
Wow. Well Explained 😀 BTW Thanks for Witching
@hehehehehheheheheheheheheh9805
@hehehehehheheheheheheheheh9805 6 ай бұрын
Thank you bro this is the video we require clear cut keep growing 👍👍👍
@shudocode
@shudocode 6 ай бұрын
I am glad that you find this video helpful thanks again for watching
@ajaybirare1845
@ajaybirare1845 Жыл бұрын
❤❤it was great ,helpful,simple to understand really like it
@shudocode
@shudocode Жыл бұрын
Thanks for Watching
@injhs
@injhs Жыл бұрын
1:50 the text I love it😳
@shudocode
@shudocode Жыл бұрын
무궁화 꽃 이 피었 습니다 나는 오징어 게임을 좋아한다. 그래서 그 텍스트를 사용했습니다. 나는 이미 오징어 게임에서 이러한 모양을 알고 있다고 생각합니다. 저는 한국 ROM COM 드라마를 정말 좋아합니다. 그나저나 시청해주셔서 감사합니다
@whoeverwhoever400
@whoeverwhoever400 Жыл бұрын
hmmm... so image must be in fixed width and height. It cannot be justified. Is it possible to make the area coordinates adaptable? like the image adapts the browser window size. Is it possible to make the area coordinates adaptable?
@shudocode
@shudocode Жыл бұрын
When we provide the Co-ordinates, we are pointing x,y Axis from a image. So if you change the Width or Height of that Image, your x,y will follow the path of old Image (that your have resized) To fix this you can use different images like small (for mobile Screens) Medium (for Tabs) and Large (for Desktop/Laptops) And for all these 3 Images use 3 Different Maps This way you can make your image mapping KINDA Responsive. Still if you want to use Responsive Image with Image Maps Then you can use JQUERY - rwdImageMaps.js In this JavaScript Library, you just need to call this rwdImageMaps() function and Jquery will handle rest.
@moisesantonio4335
@moisesantonio4335 11 күн бұрын
thank you , i did not know how make this
@shudocode
@shudocode 11 күн бұрын
i am glad that i could help
@afshinshaikh704
@afshinshaikh704 2 ай бұрын
That was way so easy thank you so much I was confused a lot but this vdo made it easy for me thank you so much
@shudocode
@shudocode 2 ай бұрын
i am glad that i could help. BTW thanks for watching and leaving such a positive feedback.
@muhammadwasim5741
@muhammadwasim5741 7 ай бұрын
thanks a lot for all your valueable information and links 😊
@shudocode
@shudocode 7 ай бұрын
Thanks for watching the video and for this very kind comment have a good day
@HimashiMehra
@HimashiMehra 2 ай бұрын
thankquu sir ,apki videos bhout helpfull hoti ha ..❤❤🥰🥰
@shudocode
@shudocode 2 ай бұрын
you think so.. you are too kind thanks
@HimashiMehra
@HimashiMehra 2 ай бұрын
@@shudocode 😃🤗☺
@Muan82
@Muan82 11 ай бұрын
How we can change color of area when we hover on the areas ?
@shudocode
@shudocode 11 ай бұрын
for that you need to use maphighligher here is the documentation projects.davidlynch.org/maphilight/docs/
@Muan82
@Muan82 11 ай бұрын
It doesn't work somehow, I also tried imagemapster @@shudocode
@shudocode
@shudocode 11 ай бұрын
Mail your code here: programminghead7@gmail.com and book a free googleMeet session
@shudocode
@shudocode 11 ай бұрын
please check your Email
@Muan82
@Muan82 11 ай бұрын
Thank you very much, image-mapster works fine now with your help@@shudocode
@SaminaAnsari-b1b
@SaminaAnsari-b1b 4 ай бұрын
Hey Shubham! Thanks for the video. I'm trying to do the same but when I'm taking the coordinates the desired area doesn't become clickable on the screen due to the mismatch of coordinates. Is this device dependent? If my application is getting used in different devices, will the same coordinates not work?
@SaminaAnsari-b1b
@SaminaAnsari-b1b 4 ай бұрын
I need to derive coordinates of png file
@shudocode
@shudocode 4 ай бұрын
this method is suitable for non-responsive images if you use this method on responsive images then co-ordinates might be misplaced because in responsive images, image size change according to device screen-size to fix that you have to use one JS library (rwdImageMaps.js) which will reconfigure the co-ordinates on responsive images
@user-hb5sg1yl4z
@user-hb5sg1yl4z Жыл бұрын
Sir can I add height and width for the image
@shudocode
@shudocode Жыл бұрын
Yes you can. but make sure that your given height and width matches with the image resolution. If you use your own height and width value (different from the image) your mapping will be inaccurate. Still if you want to use Responsive Image with Image Maps Then you can use JQUERY - rwdImageMaps.js In this JavaScript Library, you just need to call this rwdImageMaps() function and Jquery will handle rest.
@rinrinwinn
@rinrinwinn 10 ай бұрын
this was very helpful, thank you!
@shudocode
@shudocode 10 ай бұрын
happy that i could help. Thanks for Watching BTW
@Jamiechanrunsfar
@Jamiechanrunsfar 2 жыл бұрын
Very helpful! The site link in the description seems to be broken. Can you reco another site that can quickly do the coordinates?
@shudocode
@shudocode 2 жыл бұрын
I am so sorry about that Can you please tell me how that link is not working? Are u not able to get correct Coordinates Is that link broken (unreachable or 404) Or Something else
@nowastenikki
@nowastenikki 2 жыл бұрын
@@shudocode its saying error 404
@shudocode
@shudocode 2 жыл бұрын
I am So Sorry About that Please try this LINK: (to get Co-Ordinates) programminghead.com/Projects/find-coordinates-of-image-online.html
@anshikaguptapiano
@anshikaguptapiano Жыл бұрын
It's also been one WHOLE year you haven't posted anything.... I hope we're going to see more tech videos from your side too shubham... All The Best ☺️👍
@shudocode
@shudocode Жыл бұрын
Same issue with me. I was busy doing something else (No study BTW) I will defiantly upload Video BUT you need to Start first. I am waiting for your Video. This means, my future Videos Depends upon you.
@anshikaguptapiano
@anshikaguptapiano Жыл бұрын
​@@shudocode This is not fair to say so 😂😂 What if I don't post any content from now? You must create videos regularly. Your channel has a good engagement too. Please upload videos without waiting for me. I'm waiting for your video from now. 😊
@shudocode
@shudocode Жыл бұрын
@@anshikaguptapiano wait what no I said it first So you need to upload first
@nomanamin5174
@nomanamin5174 2 жыл бұрын
very helpful, could you share the link for taking coordinates on pic
@shudocode
@shudocode 2 жыл бұрын
Sorry for my Late Reply 😔 here is your LINK : programminghead.com/Projects/find-coordinates-of-image-online.php also Thanks For Watching have a Good Day
@vinaykattula5923
@vinaykattula5923 6 ай бұрын
is the coords will be same if we change width and height of img in html page
@shudocode
@shudocode 6 ай бұрын
no for that you need to use javascript to update the Co-ordinates on SizeChange
@ajaybirare1845
@ajaybirare1845 Жыл бұрын
when we change size of img that time how to manage cordinatess
@shudocode
@shudocode Жыл бұрын
That's you need to keep in mind You can use this method on responsive image (images that change size according to screen size) If you still want to work with responsive images Then you can use percentage (%) values instead of pixel value (px)
@raffalshafiei733
@raffalshafiei733 Жыл бұрын
i want to make a quiz of clickable images like this, is this possible?
@shudocode
@shudocode Жыл бұрын
yes it is you just have tp handle those clicks using onClick Event then you can do whatever you want like if the selected image js correct score++ otherwise score--
@moisesflores8426
@moisesflores8426 2 жыл бұрын
the link doesn't work for me
@shudocode
@shudocode 2 жыл бұрын
sorry about that .. use this link please slbs.online/Projects/find-coordinates-of-image-online.php
@hauhoang7369
@hauhoang7369 Жыл бұрын
tysm, that's all i need
@shudocode
@shudocode Жыл бұрын
Thanks for watching. have a GoodDAY
@mohamedchine-ky6yk
@mohamedchine-ky6yk 2 жыл бұрын
wow you are really good thank you
@shudocode
@shudocode 2 жыл бұрын
Thanks for Watching
@Life-style-5
@Life-style-5 9 ай бұрын
Thank you brother....🤗
@shudocode
@shudocode 9 ай бұрын
Thanks for watching bro.. have a good Day
@Onudhabon
@Onudhabon Жыл бұрын
you deserve more views .
@shudocode
@shudocode Жыл бұрын
Thanks for saying that
@sivakarthik2424
@sivakarthik2424 Жыл бұрын
Thanks its very useful, How to style hover area like filled color / border color , it will user easily identify we are in shapes. If any one how to do ,Share us, its really very use full..
@shudocode
@shudocode Жыл бұрын
for that you will have to use a JavaScript library called "maphilight"
@sivakarthik2424
@sivakarthik2424 Жыл бұрын
@@shudocode Thanks i tried working but i need to try using ngstyle to highlight border over the image map area.In this case left and top co-ordinates(border property used to highlight while hover the area) properly aligned but width and height not properly aligned , that is i need to solve , this without using the third party library we are archived half the way need to complete other 50 % way only.if any idea regrading this ?
@shudocode
@shudocode Жыл бұрын
@@sivakarthik2424 arr you using a responsive design??
@sivakarthik2424
@sivakarthik2424 Жыл бұрын
@@shudocode No , actually doing highlight a hover area with scss .
@sivakarthik2424
@sivakarthik2424 Жыл бұрын
i;m trying a imagemap area while hover ,cursor pointer showing than why we re not append class to set border for that area without using third party library, actually i get a two co-ordinates alighted properly other two co-ordinates not alighted that one i'm checking it, if any idea share us , its very helpful.
@badarqazi9979
@badarqazi9979 Жыл бұрын
the link is not working
@shudocode
@shudocode Жыл бұрын
try this link: www.programminghead.com/Projects/find-coordinates-of-image-online.html
@badarqazi9979
@badarqazi9979 Жыл бұрын
@@shudocode Yeah its working now... thanks
@shudocode
@shudocode Жыл бұрын
@@badarqazi9979 Thank you for watching this Video. Have a Great Day
@lalitjagtap4967
@lalitjagtap4967 2 жыл бұрын
Thank you sir for uploading image mapping video
@shudocode
@shudocode 2 жыл бұрын
It's my pleasure Thanks for Watching and Also Thanks for the Video Idea
@ShaqovicScoops
@ShaqovicScoops 2 жыл бұрын
What if a hentagon hexagon pentagon?
@shudocode
@shudocode 2 жыл бұрын
For complicated shapes like that poly (polygon) is the best option.
@vulavalajahnavi3752
@vulavalajahnavi3752 7 ай бұрын
Very helpful thank you
@shudocode
@shudocode 7 ай бұрын
thanks for watching
@wkwkkpooh635
@wkwkkpooh635 11 ай бұрын
thank you very much sir!
@shudocode
@shudocode 11 ай бұрын
Thanks for watching
@emekailonwa8963
@emekailonwa8963 2 жыл бұрын
Very helpful. Thank you!
@shudocode
@shudocode 2 жыл бұрын
Glad it was helpful!
@AhmedRaza-cg8kr
@AhmedRaza-cg8kr 2 жыл бұрын
very well explained Sir
@shudocode
@shudocode 2 жыл бұрын
Thanks for Watching
@sophiakougkoulou6647
@sophiakougkoulou6647 11 ай бұрын
Very helpful ❤
@shudocode
@shudocode 11 ай бұрын
Happy to hear that. BTW Thanks for watching
@petplayermess-de5cs
@petplayermess-de5cs 2 ай бұрын
Thank u it’s working
@shudocode
@shudocode 2 ай бұрын
i am glad to hear that. BTW thanks for Watching
@Seburg
@Seburg 8 ай бұрын
super! Thank you!
@shudocode
@shudocode 8 ай бұрын
Thanks for watching
@helloinchannel
@helloinchannel Жыл бұрын
Thank You 💓
@shudocode
@shudocode Жыл бұрын
Thanks for Watching 💓
@ابوكرمتكنولوجيا
@ابوكرمتكنولوجيا 3 ай бұрын
Thanks 🌹
@shudocode
@shudocode 3 ай бұрын
thanks for watching
@anchalninama584
@anchalninama584 Жыл бұрын
This video is very nice
@shudocode
@shudocode Жыл бұрын
Your comment is very kind. BTW thanks for Watching
@MinhLê-t3i
@MinhLê-t3i Ай бұрын
cảm ơn vì video bổ ích
@shudocode
@shudocode Ай бұрын
Cảm ơn bạn đã theo dõi và để lại bình luận tích cực như vậy. Cảm ơn
@mhi5002
@mhi5002 2 жыл бұрын
How do you remove coordinates of the circle??
@shudocode
@shudocode 2 жыл бұрын
To get the coordinates of a circle watch the video from 6:29 If you are using my link And want to remove/clear old coordinates value Then you have a clear button to clear it
@mhi5002
@mhi5002 2 жыл бұрын
​@@shudocodethank you 😁
@shudocode
@shudocode 2 жыл бұрын
@@mhi5002 thanks for Watching
@supunsanjeewa9476
@supunsanjeewa9476 2 жыл бұрын
thank you very much
@shudocode
@shudocode 2 жыл бұрын
Thanks for Watching Have a goodTime
@666TheCount
@666TheCount 2 ай бұрын
thanks❤
@shudocode
@shudocode 2 ай бұрын
Thanks for Watching
@Uconn-wy6vk
@Uconn-wy6vk Ай бұрын
Thanks bray
@shudocode
@shudocode Ай бұрын
That was rude, LOL BTW thanks for watching
@Mikey-g8y
@Mikey-g8y Жыл бұрын
yes
@shudocode
@shudocode Жыл бұрын
Thanks for Watching
@bhumbaro800
@bhumbaro800 Жыл бұрын
Thanks Brother
@shudocode
@shudocode Жыл бұрын
Glad that i could help also Thanks for Watching
@Batman-qf8rb
@Batman-qf8rb Жыл бұрын
Thanks boss
@shudocode
@shudocode Жыл бұрын
Thanks for Watching Boss
@beastgaming6192
@beastgaming6192 2 жыл бұрын
Thankyou sir😍
@shudocode
@shudocode 2 жыл бұрын
Thanks for Watching
@Mona-Ali.
@Mona-Ali. 7 ай бұрын
this is really helpful. Thank you !
@shudocode
@shudocode 6 ай бұрын
Glad it was helpful!
Learn HTML Forms In 25 Minutes
24:56
Web Dev Simplified
Рет қаралды 998 М.
These CSS PRO Tips & Tricks Will Blow Your Mind!
8:48
Coding2GO
Рет қаралды 546 М.
Une nouvelle voiture pour Noël 🥹
00:28
Nicocapone
Рет қаралды 9 МЛН
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН
HTML Image Map Tutorial
10:19
Portfolio Courses
Рет қаралды 29 М.
How to get the coordinates of an image// HTML Map Image
4:10
Majec Thoughts
Рет қаралды 30 М.
HTML Image Maps ✨ Explained ✨
17:00
Sunjay Armstead
Рет қаралды 2,4 М.
How to CREATE an IMAGE MAP in HTML + CSS
5:56
Melvin Adekanye
Рет қаралды 49 М.
Learn HTML images in 6 minutes! 🖼️
6:18
Bro Code
Рет қаралды 70 М.
Create Crazy 3D Image Slider Effects Using CSS Only
14:07
Lun Dev
Рет қаралды 596 М.
How to insert Background Image in HTML using Notepad [Updated]
5:41
Une nouvelle voiture pour Noël 🥹
00:28
Nicocapone
Рет қаралды 9 МЛН