TP Product Image Flipper For Woocommerce Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
Get a beautiful and better product flipper image to your store, 100% Responsive, Give your customers a glimpse of another image from your product.
This plugin get your product featured image with the first gallery image and flipp between them on mouse over.
Click Here to Get the Pro Version
Plugin Features
- Flip between 2 images on product shop/category page.
- Responsive Layout.
- Responsive Images – Responsive images with srcset, sizes.
- 100% mobile friendly.
- Working with Most of Premium themes.
Pro Version Features
- Display all your product gallery images.
- Responsive Layout.
- Navigation support.
- Slider AutoPlay Options.
- Display Dots (Show/Hide).
- Customize Slider Arrow (Color/Background/Icons).
- Customize Slider Dots (Circle/Square/Rectangle).
- Infinite Loop.
- Mouse Dragging option.
- RTL support.
- Touch and Swipe support for images etc.
- Customize animation transform (36 type of animations).
- Working with Most of Premium themes.
- Images size select (all your theme sizes).
- Change images by dots or thumbs.
Pro Version Video
👍 You May Also Like
Change image size
TP Product Image Flipper is using woocommerce image size called: woocommerce_thumbnail, if you want to change this size you can do it with our new filter:
add_filter('tppif_image_size', 'your_function');
Example
The following example is using full image size. You can add this function to your functions file.
<?php
add_filter('tppif_image_size', 'tp_change_fliper_image_size');
function tp_change_fliper_image_size($default_image_size) {
return 'full';
}
?>
Screenshots
-
Shop Page (1/4)
-
Pro Version dots mode (2/4)
-
Pro Version thumbs mode (3/4)
-
Pro Version thumbs mode change css (4/4)