for images use the format:
<p><code class=”plain plain”>[wp_colorbox_media url=”” type=”image” hyperlink=””]</p>
example of an image:
<p><code class=”plain plain”>[wp_colorbox_media url=”https://upload.wikimedia.org/wikipedia/commons/thumb/9/9f/Chocolate%28bgFFF%29.jpg/375px-Chocolate%28bgFFF%29.jpg” type=”image” hyperlink=”https://upload.wikimedia.org/wikipedia/commons/thumb/9/9f/Chocolate%28bgFFF%29.jpg/375px-Chocolate%28bgFFF%29.jpg”%5D</p>
The thumbnail is responsive if you give it a CSS :
/* this is for the thumbnails of wordpress-colorbox-plugin to be responsive */
.wp-colorbox-youtube img , .plain img{
width:100%;
}
-
This reply was modified 9 years, 6 months ago by michaelb4.