Magnific-popup: Adding next/prev arrows inside a Inline popup

Created on 19 Jul 2013  路  2Comments  路  Source: dimsemenov/Magnific-Popup

Hi,
Is there an easy way to place the navigation arrows inside a inline popup just like this one?
http://codepen.io/dimsemenov/pen/sHoxp ?

I read in the DOCs and found this http://codepen.io/dimsemenov/pen/JGjHK
But that only works for type:'image' ?
What about 'inline' ?

Most helpful comment

I don't know, if this is interesting anymore, but I solved this with CSS. My inline-popup has a max-width of 1000px, so I changed the max-width of the inline-popup to 1000px, too.

// Make arrows not leave the tile
.mfp-inline-holder .mfp-content {
max-width: 1000px;
}

All 2 comments

Anyone ?

I don't know, if this is interesting anymore, but I solved this with CSS. My inline-popup has a max-width of 1000px, so I changed the max-width of the inline-popup to 1000px, too.

// Make arrows not leave the tile
.mfp-inline-holder .mfp-content {
max-width: 1000px;
}

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ghost picture ghost  路  5Comments

influxweb picture influxweb  路  4Comments

samholmes picture samholmes  路  5Comments

tillilab picture tillilab  路  4Comments

amir-rahnama picture amir-rahnama  路  4Comments