Skip to content
Advertisement

Showing Image in FullCalendar Event PopUp Modal

Recently, im working on a fullCalendar which consist of a pop up modal on the events, when i click on one of the events, there will be a modal popping out and showing the user the details of the specific event.

I wanted to add in a function where the modal will consists of one image.

Ive looked into several examples available on stackoverflow, but i just doesnt seem to find out the solution which is similar to my code.

My Code

JavaScript

Is there any relevant examples that i can add in the images ?

Advertisement

Answer

So the correction that i did to my code after some guidance from @ADyson,

Modal body

JavaScript

Ive added this img tag into my modal body and added the below code into my event click.

Event Click

JavaScript

The code works totally fine after that !

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement