-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
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
How to set "Imagemap message" image files? #34
Comments
Details about |
I read that.
Any filename is ok?
|
@synr |
@mokejp |
hey guy i dont understand it to but when i read all comment in this page it still not understand. https://example.com/images/cats/700.jpg ex. if i habe image same this how can i do? in image map json? i paste url with no .jpg? or i will rename it remove .jpg? or else? |
@uopeydel If you have image file named and you specify |
my image is https://dev-chat.on.lk/Content/image/show/700.jpg doesn't work. |
@uopeydel
so please deploy each size images for them. Since |
@uopeydel https://dev-chat.on.lk/Content/image/show/240 but they still return "404 Not Found". Please upload each size images... |
https://dev-chat.on.lk/Content/image/show/700.jpg << but this link can do image ? |
@uopeydel Files of example app https://github.com/line/line-bot-sdk-go/tree/master/examples/kitchensink/static/rich have no extensions, but static server returns image content. You must supply image in https://dev-chat.on.lk/Content/image/show/700, not https://dev-chat.on.lk/Content/image/show/700.jpg. |
"type": "imagemap", "baseUrl":"http://res.cloudinary.com/dazmnrals/image/upload/v1498200198/honda_car/brio/240", |
@sugyan |
where imagemap you want to set?
2017年7月3日 12:44,"jaajaah" <notifications@github.com>寫道:
… @sugyan <https://github.com/sugyan>
thanks when i upload 5 file size and i can do it success,
but i want to upload image 1 file only ,Can i do ?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#34 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AUE63fjF8lRKvm-CY11BhmGlQdctZAXUks5sKHG1gaJpZM4LToTY>
.
|
sorry I'm in China travel
I don't really understand your problem.
pls clearly ask you problem
2017年6月23日 18:08,"highmusahi" <notifications@github.com>寫道:
… "type": "imagemap", "baseUrl":"http://res.cloudinary.com/dazmnrals/
image/upload/v1498200198/honda_car/brio/240",
"altText": "this is an imagemap",
"baseSize": {
"height": 240,
"width": 240
},
"actions": [
{
"type": "uri",
"linkUri": "http://res.cloudinary.com",
"area": {
"x": 0,
"y": 0,
"width": 240,
"height": 240
}
}
i try this but it doesn't work at all
doc: https://devdocs.line.me/en/#imagemap-message
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#34 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AUE63U1gC6eZMykTc6ImxcHAuEW0HdeKks5sG46KgaJpZM4LToTY>
.
|
@StefanMao What should I do ? Can you suggest me please ? |
@jaajaah |
i upload 5 size images on github(https://github.com/IT5706021631069/imagemap_line/tree/master/rich/) |
@IT5706021631069 //*************************************** |
Hello! I read "https://github.com/line/line-bot-sdk-go/blob/master/examples/kitchensink/server.go"
has
I know
app.appBaseURL+"/static/rich"
is JPG or PNG file path.But how can I use ? filename set
index.jpg
inapp.appBaseURL+"/static/rich"
path???or any file name?
or
app.appBaseURL+"/static/rich/xxx"
(xxx is int)or ?????
The text was updated successfully, but these errors were encountered: