Reply To: Eventbrite event embed – iframe sizing…

Home Forums GovIntranetters Eventbrite event embed – iframe sizing… Reply To: Eventbrite event embed – iframe sizing…

#3017
Matty
Member

Hi Tom

This can be edited in the single-event.php template file of Govintranet although I would advise creating a child theme first.

<iframe src=”https://www.eventbrite.com/tickets-external?eid=&lt;?php echo $ticketid; ?>” frameborder=”0″ height=”256″ width=”100%” vspace=”0″ hspace=”0″ marginheight=”5″ marginwidth=”5″ scrolling=”auto” allowtransparency=”true”></iframe>

That’s the line of code to look out for and then simply change the value for height

Kind Regards

Matty

  • This reply was modified 7 years ago by Matty.