-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems found so far #80
Comments
After using the component, it should start to open and failRefresh is useful<template>
<section>
<ProductZoomer :base-images="images" :base-zoomer-options="zoomerOptions"/>
</section>
</template>
<script>
import Vue from 'vue'
import ProductZoomer from 'vue-product-zoomer'
Vue.use(ProductZoomer)
export default {
data() {
return {
images: {
thumbs: [
{
id: 1,
url:
"https://yoohooworld.com/assets/images/vue_product_zoomer/thumbs/1.jpeg"
},
{
id: 2,
url:
"https://yoohooworld.com/assets/images/vue_product_zoomer/thumbs/2.jpeg"
},
{
id: 3,
url:
"https://yoohooworld.com/assets/images/vue_product_zoomer/thumbs/3.jpeg"
},
{
id: 4,
url:
"https://yoohooworld.com/assets/images/vue_product_zoomer/thumbs/4.jpeg"
},
{
id: 5,
url:
"https://yoohooworld.com/assets/images/vue_product_zoomer/thumbs/5.jpeg"
},
{
id: 6,
url:
"https://yoohooworld.com/assets/images/vue_product_zoomer/thumbs/6.jpeg"
},
{
id: 7,
url:
"https://yoohooworld.com/assets/images/vue_product_zoomer/thumbs/7.jpeg"
},
{
id: 8,
url:
"https://yoohooworld.com/assets/images/vue_product_zoomer/thumbs/8.jpeg"
},
{
id: 9,
url:
"https://yoohooworld.com/assets/images/vue_product_zoomer/thumbs/9.jpeg"
}
],
normal_size: [
{
id: 1,
url:
"https://yoohooworld.com/assets/images/vue_product_zoomer/normal_size/1.jpeg"
},
{
id: 2,
url:
"https://yoohooworld.com/assets/images/vue_product_zoomer/normal_size/2.jpeg"
},
{
id: 3,
url:
"https://yoohooworld.com/assets/images/vue_product_zoomer/normal_size/3.jpeg"
},
{
id: 4,
url:
"https://yoohooworld.com/assets/images/vue_product_zoomer/normal_size/4.jpeg"
},
{
id: 5,
url:
"https://yoohooworld.com/assets/images/vue_product_zoomer/normal_size/5.jpeg"
},
{
id: 6,
url:
"https://yoohooworld.com/assets/images/vue_product_zoomer/normal_size/6.jpeg"
},
{
id: 7,
url:
"https://yoohooworld.com/assets/images/vue_product_zoomer/normal_size/7.jpeg"
},
{
id: 8,
url:
"https://yoohooworld.com/assets/images/vue_product_zoomer/normal_size/8.jpeg"
},
{
id: 9,
url:
"https://yoohooworld.com/assets/images/vue_product_zoomer/normal_size/9.jpeg"
}
],
large_size: [
{
id: 1,
url:
"https://yoohooworld.com/assets/images/vue_product_zoomer/large_size/1.jpeg"
},
{
id: 2,
url:
"https://yoohooworld.com/assets/images/vue_product_zoomer/large_size/2.jpeg"
},
{
id: 3,
url:
"https://yoohooworld.com/assets/images/vue_product_zoomer/large_size/3.jpeg"
},
{
id: 4,
url:
"https://yoohooworld.com/assets/images/vue_product_zoomer/large_size/4.jpeg"
},
{
id: 5,
url:
"https://yoohooworld.com/assets/images/vue_product_zoomer/large_size/5.jpeg"
},
{
id: 6,
url:
"https://yoohooworld.com/assets/images/vue_product_zoomer/large_size/6.jpeg"
},
{
id: 7,
url:
"https://yoohooworld.com/assets/images/vue_product_zoomer/large_size/7.jpeg"
},
{
id: 8,
url:
"https://yoohooworld.com/assets/images/vue_product_zoomer/large_size/8.jpeg"
},
{
id: 9,
url:
"https://yoohooworld.com/assets/images/vue_product_zoomer/large_size/9.jpeg"
}
]
},
zoomerOptions: {
zoomFactor: 3,
pane: "pane",
hoverDelay: 300,
namespace: "zoomer-bottom",
move_by_click: false,
scroll_items: 4,
choosed_thumb_border_color: "#dd2c00",
scroller_position: "bottom",
zoomer_pane_position: "right"
}
};
}
};
</script> |
Question 3: Your project will not run after downloading, you can only see the effect by opening it directly in 问题3:你的项目下载下来根本运行不起来,只能在 |
i have same issue class ="zoomer-bottom-base-container scroller-at-bottom" with issue css style "height:NaNpx;width:0px;position:relative" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do I have to upload different sizes?
The text was updated successfully, but these errors were encountered: