ewels / CPT-Bootstrap-Carousel

WordPress plugin which generates a custom post type for choosing images and content. Outputs Bootstrap Image Carousel (slider) HTML from a shortcode.
http://wordpress.org/plugins/cpt-bootstrap-carousel/
GNU General Public License v2.0
51 stars 36 forks source link

dynamic image size and full page carousel #73

Closed Saufziege closed 1 week ago

Saufziege commented 9 years ago
fullpage-carousel

Carousel can change images if the document is smaller then specified pixel. Shordcode has now pause, fill and fill-min option. 'pause' pauses the cycle of the carousel or not. fill="true" expands the carousel to bottom, 'fill-min' is the minimal height.

No translation in settings.

Saufziege commented 9 years ago

If you think this update is a good idea, please also check the spelling in the settings page. I mean your English is better. Is the spelling correct, i can translate it to German.

Example: Don't stop on mouse hover:

[image-carousel pause="false"]

Fill carousel to bottom with a minimum height for small screens:

[image-carousel fill="true" fill-min="600"]

Image sizes are set able in the admin cpt-carousel area.

For example see http://bcc-witten.de

ewels commented 8 years ago

Hi @Saufziege,

Thanks for this PR! Sorry for being so slow, I usually do nothing on this plugin for ages until I get an evening free to spend going through the various updates submitted and requested. Just so you know that I'm not ignoring you, I'll try to get to it before long :)

Phil