Changeset 3438455
- Timestamp:
- 01/13/2026 09:46:43 AM (2 months ago)
- Location:
- product-media-video-viewer
- Files:
-
- 1 deleted
- 1 edited
-
assets/banner-772x250.png (deleted)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
product-media-video-viewer/trunk/readme.txt
r3438328 r3438455 1 1 === Product Media Video Viewer for WooCommerce === 2 2 Contributors: harsh175 3 Tags: woocommerce, product video, product gallery, mediaslider, video gallery3 Tags: woocommerce, product video, product gallery, video slider, video gallery 4 4 Requires at least: 6.6 5 5 Tested up to: 6.9 … … 64 64 * `pvmg_product_images` – Modify product images used in the media gallery 65 65 66 = Shortcodes = 67 * `[pvmg_video id="1"]` – Single video 68 * `[pvmg_video id="1,2,3"]` – Multiple videos 69 * `[pvmg_video id="1" autoplay="1"]` – With autoplay 70 71 == Performance == 72 73 The plugin is optimized for performance: 74 – CSS and JS files are only loaded on product pages 75 – YouTube API is loaded asynchronously 76 – Images are lazy-loaded in the modal 77 – Minimal database queries 78 79 == Security == 80 81 – All inputs are sanitized and escaped 82 – YouTube URLs are validated 83 – Nonce verification on form submissions 84 – Capability checks for admin functions 85 86 == Support == 87 88 For issues, questions, or feature requests: 89 – Check the troubleshooting section above 90 – Review the browser console for errors 91 – Check WordPress and WooCommerce compatibility 92 66 93 == Screenshots == 67 94 68 95 1. Admin-side product media setup 69 96 2. Popup media gallery with image & video tabs 70 71 72 == Third Party Libraries/Resources ==73 74 This plugin bundles the following third-party libraries:75 76 * Slick Slider77 Author: Ken Wheeler78 License: MIT79 Source: https://kenwheeler.github.io/slick/80 97 81 98 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.