/* http://davidjbradshaw.github.io/iframe-resizer/ */
iFrameResize({
log : false, // Mengaktifkan pencatatan konsol
inPageLinks : true,
checkOrigin : false,
enablePublicMethods : true, // Mengaktifkan metode di dalam halaman yang di-host iframe
heightCalculationMethod : 'lowestElement',
widthCalculationMethod : 'rightMostElement'
});